...
2. Change the permissions to be the web user permissions
Code Block | ||
---|---|---|
| ||
chown -R www-data.www-data /var/www |
3. Go to http://﹤web root﹥/install/configTest.php. Follow the provided instructions, correcting any configuration errors if they occur.
...
Once all steps are completed, you are ready to use your ProVision instance!
4. Run configDir.sh ﹤web user﹥ from the command line as root in the web root. This will setup the directories apache user needs read/write access to.
Code Block | ||
---|---|---|
| ||
cd /var/www/
/var/www/configDir.sh www-data |
5. Create the default database and initial user in MySQL
6. Go to http://﹤web root﹥/configBootstrap.php. Fill in the requested information, noting any login credentials.
7. Create a secure directory and run configSecureKeys.sh ﹤web user﹥ ﹤path to secure directory﹥ from the command line as root. This sets up the secure directory where your key file for password management will be stored. The secure directory should be a location outside of the web root that is only accessible by appropriate users.
Code Block | ||
---|---|---|
| ||
mkdir /secure
./configSecureKeys.sh www-data /secure |
8. Log in using the credentials that were generated in Step 6 and change your password!