Skip to content

Commit 23827e9

Browse files
committed
Update README to cross-reference pid-env repo
1 parent 039058c commit 23827e9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,11 @@ The whole application, including dependencies like Redis, is Dockerized and can
2929
- SMTP server for sending emails. This only concerns the password reset feature.
3030

3131
## Installation
32-
32+
To run the application locally, do the following:
3333
- Install Docker
3434
- Make sure you have a MySQL database ready for this system to use.
3535
- Optionally get an SMTP server for sending emails.
3636
- Clone the repository: `git clone https://github.com/cdlib/pid`
37-
- Refer to the [README](https://github.com/cdlib/pid/blob/master/app/README.md) file in the app directory for more information on running the application.
37+
- Refer to the [README](https://github.com/cdlib/pid/blob/master/app/README.md) file in the app directory for more information on running the application.
38+
39+
To deploy the application in the cloud, refer to the [pid-env](https://github.com/cdlib/pid-env/tree/master) repository.

0 commit comments

Comments
 (0)