File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,19 @@ Junction
5
5
6
6
Junction is a software to manage proposals, reviews, schedule, feedback during conference.
7
7
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
+
8
21
Contributing
9
22
------------
10
23
You can’t perform that action at this time.
0 commit comments