windows下搭建nexusphp傻瓜式教程

2021-07-06 10:16:03 字數 1424 閱讀 8674

裝memcached,xampp需要另行安裝,所以我們這裡選擇apmserve.

1.安裝apmserv這裡要選擇相容模式,並以管理員身份執行,不然你會發現後面啟動不了apache,mysql.這個軟體比較老了。貌似08年後就沒更新過了,不過還挺好用的。如果啟動apache時提醒80,3306埠被占用就開啟任務管理器先關掉。注意:啟動的時候不要勾選ssl選項,勾了後就要以https開啟,有點麻煩了些。還有一定要勾選memcached。

3.配置資料庫

開啟phpmyadmin,可以直接在apmserv的介面上開啟,也可以瀏覽器中,localhost/phpmyadmin.php開啟,預設使用者名稱root,密碼為空.

新建乙個表,匯入htdocs/_db/dbstructure.sql資料庫.

3.開啟config檔案,配置allconfig.php

修改以下內容.

$basic=array(

'sitename' => 'yoursitename',    

'baseurl' => 'yoursiteurl',

'announce_url' => 'yoursiteurl/announce.php',

'mysql_host' => 'yourdbhostname',

'mysql_user' => 'yourdbusername',

'mysql_pass' => 'yourdbpassword',

'mysql_db' => 'yourdbname',

);  

我的修改如下 :

$basic=array(

'sitename' => '星空bt',

'baseurl' => '10.23.29.97',    (我的ip,我是校內網)

'announce_url' => '10.23.29.97/announce.php',

'mysql_host' => 'localhost:3306',

'mysql_user' => 'root',

'mysql_pass' => '',

'mysql_db' => 'hudie',

); 如果出現

warning: memcache::connect() [memcache.connect]: can't connect to localhost:11211

,修改』classes/class_cache.php』中的localhost為127.0.0.1.

4.至此應該可以開啟pt**了,是不是很簡單

5.接下來就是在站點設定對**美化啦。

Linux下搭建maven私服nexus3 x

url url 1 進入啟動目錄,啟動 cd nexus 2.6.0 05 bin color red b nexus start b color warning not recommended to run as root if you insist running as root,then se...

maven搭建私服nexus

1 先安裝nexus服務,path to bin jsw windows x86 64 此資料夾由你的作業系統確定 install,start 依次執行.bat檔案 2 瀏覽器位址列中,輸入 http localhost 8081 nexus nexus預設埠8081,你可以在path to con...

Nexus私服的搭建

安裝包為 nexus professional 2.14.5 02.jar nexus professional 2.14.5 02 bin執行 nexus.bat 使用命令列 時出現 切換至管理員狀態下,繼續執行,出現 切換路徑至 nexus professional 2.14.5 02 bin ...