From 1c85868280f83ccd7de250df0c709929024f2130 Mon Sep 17 00:00:00 2001 From: Yaco Date: Thu, 30 Sep 2021 21:59:54 -0300 Subject: update --- README.md | 6 +++--- 1 file 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= --dbuser=reevotech_wiki --dbpass= --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= --dbuser=reevotech_wiki --dbpass= --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 `````` 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 ``````, 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-.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-.php``` #### Crear usuario para API -- cgit v1.2.1