Skip to content

Commit

Permalink
docs/README.md: list variables that need to be changed for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
asura-asp committed Feb 8, 2016
1 parent 985edfe commit 622470a
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,23 @@ Steps:
$ cp sample.virtualhost-ssl.conf staging/virtualhost-ssl.conf

- Edit the files in the staging (or production) folder to reflect
the proper username/passwords/hosts/paths
the proper username/passwords/hosts/paths.
This is the list of variables that need to be changed:

* SETTINGS[`hosts`]
* SETTINGS[`user`]
* SETTINGS[`db_user`]
* SETTINGS[`db_pass`]
* SETTINGS[`db_host`]
* SETTINGS[`db_name`]
* SETTINGS[`redidropper_upload_temp_dir`]
* SETTINGS[`redidropper_upload_saved_dir`]
* SETTINGS[`redcap_api_url`]
* SETTINGS[`redcap_api_token`]
* SETTINGS[`redcap_demographics_subject_id`]
* SETTINGS[`server_user`]
* SETTINGS[`server_group`]

Note: an easier option would be to ask another developer to provide these
files to you.

Expand Down

0 comments on commit 622470a

Please sign in to comment.