diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index ebfa217..a9c1932 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -15,13 +15,16 @@ services: ports: - "8080:80" user: "${PUID}:${PGID}" - #environment: - #ADMIN_USER: "superadmin" # not supported yet please see road map - #ADMIN_PASSWORD: "superadmin" # not supported yet please see road map - #DATABASE_HOST: "mariadb" # not supported yet please see road map - #DATABASE_NAME: "qrcode" # not supported yet please see road map - #DATABASE_USER: "qrcode" # not supported yet please see road map - #DATABASE_PASSWORD: "changeme" # not supported yet please see road map + environment: + ADMIN_USER: "superadmin" + ADMIN_PASSWORD: "superadmin" + DATABASE_HOST: "mariadb" + DATABASE_PORT: "3306" + DATABASE_NAME: "qrcode" + DATABASE_USER: "qrcode" + DATABASE_PASSWORD: "changeme" + DATABASE_PREFIX: "" + DATABASE_CHARSET: "utf8" volumes: - ./data/app/config:/var/www/html/config - ./data/app/saved_qrcode:/var/www/html/saved_qrcode diff --git a/documentation/index.html b/documentation/index.html index 635ea65..b8eb1d2 100644 --- a/documentation/index.html +++ b/documentation/index.html @@ -67,7 +67,7 @@
Follow these steps to install the script:
Check system requirements. If one of these extensions is not enabled, you must enable it from your server settings. If all requirements are provided, click Next.
-
- If a folder doesn't have read and write permissions you need to change the settings on your server. If all requirements are provided, click Next.
-
-
+ The script checks the requirements, write permissions on the generated folders and creates a database with sample data
The installation is finished and you can access the control panel.
+If all went well you will see a summary screen with a login button. Alternatively, you will get an error message
- Start
-Folder Permissions
-Database
-Finish
-Start
-Folder Permissions
-Database
-Finish
-The installation was successful.
Keep the documentation handy and log in to the control panel by entering the default credentials:
+
+ The installation was successful.
+
+ Keep the documentation handy and log in to the control panel by entering the default credentials:
+
+ superadmin
+ superadmin
+ We recommend that you create a new superadmin user and to delete the default one mentioned above.
-superadmin
-superadmin
-
-We recommend that you create a new superadmin user and to delete the default one mentioned above.
-
-N.B. Remember to delete the "install" folder otherwise you could accidentally start the installation procedure again, deleting all the saves in the database