Skip to content

Commit

Permalink
Added instructions in the ReadMe file for setting up junction using D…
Browse files Browse the repository at this point in the history
…ocker post junction upgrade.
  • Loading branch information
Rajat Rajdeep committed May 4, 2023
1 parent 7f4d007 commit 0e874bf
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ Junction

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

Project Setup using Docker
--------------------------

Prerequisites:
1. Docker: You can download and install Docker from the official website at https://www.docker.com/get-started.

Instructions:
1. Copy the .env.sample file to a new .env file by running the following command: ```cp .env.sample .env```
2. Create a local development settings file by running the following command: ```cp settings/dev.py.sample settings/dev.py```
3. Build the junction_local image using the following command: ```docker build -t junction_local .```
4. Start the project by running the following command: ```docker-compose up```
5. Access the application at https://localhost:8888.

Contributing
------------

Expand Down

0 comments on commit 0e874bf

Please sign in to comment.