1.用vmware安裝 ubuntu-16.04.1-desktop-amd64.iso ;
1.1.選擇最佳的software updates;
1.2.重啟ubuntu;
3.參考:ubuntu 16.10搭建mantis伺服器(基於php7.0)
3.1.安裝軟體包
apache伺服器安裝
sudo apt-get install apache2
php7安裝
sudo apt-get install php7.0
apache和php7的關聯
sudo apt-get install libapache2-mod-php7.0
mysql的安裝
sudo apt-get install mysql-server(需要輸入假定使用者名稱/密碼:root/root)
mysql對php7的支援
sudo apt-get install php7.0-mysql
sudo apt-get install php7.0-xml
sudo apt-get install php-mbstring(否則無法執行http://localhost/mantis/admin/check/index.php,這個用來檢查配置是否正確)
php檔案測試,寫乙個php檔案test.php放入/var/www/html資料夾中
vi /var/www/html/test.php檔案內容為:
phpinfo();
重啟apache伺服器sudo /etc/init.d/apache2 restartmysql資料庫建立http://localhost/mantis/admin/install.php登陸http://localhost/test.php檢視apache配置情況, 看到php的有關配置資訊就證明成功了
登入:http://localhost/mantis
使用者名稱:administrator
密碼:root
中文環境配置
修改mantis配置檔案:/var/www/mantist/config_defaults_inc.php
查詢其中$g_default_language將其值改為 'chinese_simplified'
ubuntu16 10固定ip配置
netstat r 檢視路由表 ifconfig 檢視所有埠的配置 ethtool enp2s0 檢視網路埠的詳細資訊 sudo etc init.d networking restart 重啟網路服務,配置完成後重啟才能生效 a以下為臨時設定 調整速度 sudo ethtool s enp2s0 ...
Ubuntu 16 10 解決 DNS 解析失敗
這段時間在ubuntu16.10上使用chrome瀏覽網頁時經常會出現乙個奇怪的情況,就是突然會dns解析失敗,但是並不是所有網域名稱都解析失敗,僅僅只是部分網域名稱以及它的子網域名稱解析失敗,然後過個幾分鐘就會恢復正常,剛開始以為是網路問題,之後愈演愈烈,實在受不了,搜尋後發現可能是由於ubunt...
Vmware安裝完Ubuntu16 10後重啟失敗
在vmware裡安裝完ubuntu16.10,啟動時出現 smbus host controller not enabled 錯誤提示,進不到圖形介面。網上搜了一下,解決辦法是在圖形介面裡進終端視窗,編輯blacklist.conf檔案,禁止i2c piix4驅動的載入。但現在系統還沒載入完,進不去...