Skip to content

Commit 22e5e50

Browse files
ananyo2012Ananya Maiti
andauthored
Remove setup instructions from README (#774)
Co-authored-by: Ananya Maiti <[email protected]>
1 parent c4d8ba3 commit 22e5e50

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,6 @@ 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-
218
Contributing
229
------------
2310

0 commit comments

Comments
 (0)