Update README.md

Add note - How to login to the admin panel
This commit closes #6
This commit is contained in:
Andrés Bono
2016-12-27 12:20:01 +01:00
committed by GitHub
parent dc4f1f93b6
commit d14fcafae0

View File

@@ -94,6 +94,8 @@ If you want to run the application manually instead of using `docker-compose`, t
Access your application at http://your-ip/
**NOTE:** To login to your Osclass Administration panel, go to http://your-ip/oc-admin/.
## Persisting your application
For persistence of the Osclass deployment, the above examples define docker volumes namely `mariadb_data`, `osclass_data` and `apache_data`. The Osclass application state will persist as long as these volumes are not removed.