You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-7Lines changed: 15 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,22 +12,30 @@ production and staging instances of REDCap at the CTSI.
12
12
13
13
## Requirements
14
14
15
-
A user of these tools will need to download and provide their own REDCap bits,
15
+
A user of these tools will need to download and provide their own REDCap zip file,
16
16
downloaded from Vanderbilt. This REDCap .zip should be placed in the root folder.
17
17
It should not be renamed.
18
18
19
-
This VM requires that Vagrant, VirtualBoxand the vagrant-hostsupdater plugin be installed on the host system.
19
+
This VM requires that Vagrant, VirtualBox, the vagrant-hostsupdater plugin and the vagrant-env plugin be installed on the host system.
20
20
21
-
See [Creating the Test VM With Vagrant](docs/creating_the_test_vm_with_vagrant.rst) for details on how to mee those requirements.
21
+
See [Creating the Test VM With Vagrant](docs/creating_the_test_vm_with_vagrant.rst) for details on how to meet those requirements.
22
22
23
23
24
-
## Using the Development environment
24
+
## Configure the Development Environment
25
25
26
-
To with the above requirements met, start the VM with the command
26
+
The development environment needs to be configured before it can be started.
27
+
Copy the file _example.env.txt_ to the name _.env_ and customize it for your
28
+
use. Minimally, you will need to set _smtp\_smarthost_ the dns name of a mail
29
+
server your development host can use to deliver mail. This will allow you to
30
+
better test features that send email.
31
+
32
+
## Using the Development Environment
33
+
34
+
With the above requirements and configuration completed, start the VM with the command
27
35
28
36
vagrant up
29
37
30
-
After about two minutes, the VM should be accessible at [http://redcap.dev/redcap/](http://redcap.dev/redcap/) and at [https://redcap.dev/redcap/](https://redcap.dev/redcap/)
38
+
After about two minutes, the VM should be accessible at [http://redcap.dev/redcap/](http://redcap.dev/redcap/) and at [https://redcap.dev/redcap/](https://redcap.dev/redcap/) (or whatever URL _URL\_OF\_DEPLOYED\_APP_ is set to in _.env_)
31
39
32
40
33
41
## Hook and Plugin deployment
@@ -49,7 +57,7 @@ ToDo: Convert steps of wiki article to shell script.
49
57
50
58
## REDCap installation
51
59
52
-
We do not currently have a bare-metal installation procedure. That said, the
60
+
CTS-IT does not currently have a bare-metal installation procedure. That said, the
53
61
vagrant files presented in this repo contain many of the required steps in
54
62
such a deployment process. Other steps can be found in the above upgrade
0 commit comments