diff --git a/README.rst b/README.rst index 83af04039ae393fc7fd15f64f31f79f41aee6a0e..b31ed25e7a797ae4ae9c234c28feaff9ffe4c400 100644 --- a/README.rst +++ b/README.rst @@ -10,15 +10,20 @@ Installation $ pip install git+ssh//git@git.garr.it/cloud/GUI/dashboard.git -#. Copy or link the files in `garr_horizon/enabled` to `openstack_dashboard/local/enabled`. - This step will cause the Horizon service to pick up the garr plugin when it starts. -#. Add extra settings variables to `local_settings.py`:: - - `DATABASES` - `HASHING_ALGORITHM` - `KEYSTONE_USER_PASS`. +#. Edit file `conf.env`, setting prooper values for variables, e.g.:: + + DB_HOST=90.147.165.86 + DB_NAME=cloudusage + DB_USER=accounting + DB_PASS=cloudbase!**** + HASHING_ALGORITHM=sha1 + KEYSTONE_USER_PASS=*****. + - Check *Features* for more details. +#. Run:: + + ./install.sh + Features ---------