adds documentation (#250)

* adds documentation

* updates in user docs

* documentation

Co-authored-by: styiannis <1515939+styiannis@users.noreply.github.com>
This commit is contained in:
Markos Gogoulos
2021-08-01 19:31:12 +03:00
committed by GitHub
parent f4f6fa5962
commit 16e2c32d17
26 changed files with 328 additions and 0 deletions

View File

@@ -30,6 +30,13 @@ docker-compose up
This will download all MediaCMS related Docker images and start all containers. Once it finishes, MediaCMS will be installed and available on http://localhost or http://ip
A user admin has been created with random password, you should be able to see it at the end of migrations container, eg
```
migrations_1 | Created admin user with password: gwg1clfkwf
```
or if you have set the ADMIN_PASSWORD variable on Dockerfile, that variable will be set as the admin user's password
## Update