Skip to content
Snippets Groups Projects
Commit 94e0ddc8 authored by Roger W Feese's avatar Roger W Feese
Browse files

Put config keys in comment for clarity.

parent 46f1d036
No related branches found
No related tags found
1 merge request!17Project Setup Docs
...@@ -45,14 +45,28 @@ special privileges to create. ...@@ -45,14 +45,28 @@ special privileges to create.
cp application/configs/application.ini.sample application/configs/application.ini cp application/configs/application.ini.sample application/configs/application.ini
# Config parameters you might need to change: # Config parameters you might need to change:
resources.frontController.baseUrl # resources.frontController.baseUrl
resources.db.params.* # resources.db.params.*
unl.templates.options.version # unl.templates.options.version
unl.templates.options.templatedependentspath # unl.templates.options.templatedependentspath
ldap.* # ldap.*
bulletin.github.* # bulletin.github.*
7. Copy default .htaccess and make changes as necessary. 7. Copy default .htaccess and make changes as necessary.
cp .htaccess.sample .htaccess cp .htaccess.sample .htaccess
8. Set up Apache and your virtual host (TODO).
9. Place a copy of the bulletin repository in the application folder. In order
to get all of the embeded notes, this currently requires a copy of the
repository from production.
10. Set up the local bulletin repository remotes.
cd bulletin.git
# For production
git remote rm origin
git remote add origin https://unl-creq:<password>@github.com/unl-creq/UNL_UndergraduateBulletin.git
git remote add upstream https://github.com/unl/UNL_UndergraduateBulletin.git
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment