Skip to content

Commit 7fe4e72

Browse files
author
Rajat Rajdeep
committed
Added instructions in the ReadMe file for setting up junction using Docker post junction upgrade.
1 parent 0717e0c commit 7fe4e72

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ Junction
55

66
Junction is a software to manage proposals, reviews, schedule, feedback during conference.
77

8+
Project Setup using Docker
9+
--------------------------
10+
11+
Prerequisites:
12+
1. Docker: You can download and install Docker from the official website at https://www.docker.com/get-started.
13+
14+
Instructions:
15+
1. Copy the .env.sample file to a new .env file by running the following command: ```cp .env.sample .env```
16+
2. Create a local development settings file by running the following command: ```cp settings/dev.py.sample settings/dev.py```
17+
3. Build the junction_local image using the following command: ```docker build -t junction_local .```
18+
4. Start the project by running the following command: ```docker-compose up```
19+
5. Access the application at https://localhost:8888.
20+
821
Contributing
922
------------
1023

0 commit comments

Comments
 (0)