You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,14 @@
2
2
3
3
The Programming Contest Suite is a set of tools for running [ICPC](https://icpc.global) style programming competitions hosted by the [Association for Computing Machinery Florida State University Student Chapter](https://fsu.acm.org). The PCS is a [Django](https://www.djangoproject.com/) powered contest account registration & management application working alongside the [DOMJudge](https://www.domjudge.org/) jury system.
4
4
5
-
## Getting Started
6
-
Ensure the target development or production machine has a functioning installiation of [Docker](https://www.docker.com) with `docker-compose` and `docker-swarm`.
7
-
### Development Deployment
5
+
## Installation
6
+
Ensure the target machine has a functioning installation of [Docker](https://www.docker.com) with `docker-compose` and `docker-swarm`. Obtain a copy of the project by cloning the reposity, or downloading one of our [official releases](https://github.com/FSU-ACM/Programming-Contest-Suite/releases).
From the project root, navigate to the development folder:
9
14
10
15
cd deploy/dev
@@ -18,7 +23,7 @@ Launch the project in dev mode:
18
23
docker-compose up
19
24
20
25
NOTE: In order to monitor the debug logs, as well as view any emails the suite sends while in debug, it is suggested to NOT use the `-d` flag with the `docker-compose up` command.
21
-
### Production Deployment
26
+
### Production
22
27
The following steps are intended for deploying the suite on the Chapter's server, Agon.
0 commit comments