Update README.md
This commit is contained in:
13
README.md
13
README.md
@@ -6,18 +6,11 @@ Tested on Apache2 with php5
|
|||||||
Replace fcgid.conf in:etc/apache2/mods-available/
|
Replace fcgid.conf in:etc/apache2/mods-available/
|
||||||
|
|
||||||
Open liberay/lib.php
|
Open liberay/lib.php
|
||||||
enter your mysql db login in this section (at line 29):
|
* enter your mysql db login in this section (at line 29):
|
||||||
if($db_name == "stargate_t")
|
|
||||||
{
|
|
||||||
$dbname="XXXXXXXXXX";
|
|
||||||
$dbhost="localhost";
|
|
||||||
$dbuser="XXXXXXXXXX";
|
|
||||||
$dbpass="XXXXXXXXXX";
|
|
||||||
mysql_connect($dbhost,$dbuser,$dbpass);
|
|
||||||
mysql_select_db($dbname);
|
|
||||||
}
|
|
||||||
|
|
||||||
Open intsall.php with browser for install mysql db table.
|
Open intsall.php with browser for install mysql db table.
|
||||||
|
|
||||||
Import gate_50.sql to mysql database
|
Import gate_50.sql to mysql database
|
||||||
|
|
||||||
Open all lsl-scripts and change the URL in the first lines to your server.
|
Open all lsl-scripts and change the URL in the first lines to your server.
|
||||||
|
|||||||
Reference in New Issue
Block a user