summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index ded271da..a9f7da4e 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ Edit ```/etc/php/7.3/fpm/php-fpm.conf``` and add at the end: ```include=/srv/ree
Create the database with the following command:
```
-php www/wiki/maintenance/install.php --dbname=reevotech_wiki --dbserver="localhost" --installdbuser=root --installdbpass=<root_password> --dbuser=reevotech_wiki --dbpass=<password> --server="http://reevo.red" --scriptpath=/ --lang=es --pass=yaco22 "REEVO" "Admin" --confpath /var/dump
+php www/wiki/maintenance/install.php --dbname=reevotech_wiki --dbserver="localhost" --installdbuser=root --installdbpass=<root_password> --dbuser=reevotech_wiki --dbpass=<password> --server="http://reevo.red" --scriptpath=/ --lang=es --pass=yaco22 "REEVO" "Admin" --confpath www/wiki/
```
Create the global config file for the implementation. For that we define a string as ```<id>``` of the implementation:
@@ -47,9 +47,9 @@ Replace the existing ```www/wiki/LocalSettings.php``` with the official file:
Then edit the file, adding the created instances for your ```<id>```, so it loads the required files.
-Run this script and pick the right domain, this creates tables and updates: ```php www/wiki/maintenance/update.php```
+Run this script and pick the right domain, this creates tables and updates: ```php www/wiki/maintenance/update.php --conf www/wiki/LocalSettings-<domain>.php```
-Then run this script and pick the right domain: ```php www/wiki/maintenance/runJobs.php```
+Then run this script and pick the right domain: ```php www/wiki/maintenance/runJobs.php --conf www/wiki/LocalSettings-<domain>.php```
#### Crear usuario para API