Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sgrillon14/code-challenge-board
code challenge board
https://github.com/sgrillon14/code-challenge-board
Last synced: 26 days ago
JSON representation
code challenge board
- Host: GitHub
- URL: https://github.com/sgrillon14/code-challenge-board
- Owner: sgrillon14
- License: bsd-3-clause
- Created: 2017-05-13T22:23:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-13T22:58:44.000Z (over 7 years ago)
- Last Synced: 2024-06-05T14:33:41.500Z (5 months ago)
- Language: Shell
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# code-challenge-board
code challenge board is a Web board for code challenge.# Data Init
- modify the exercises.txt files under data
- modify the teams.txt files under data
- modify the users.txt files under data# Docker Postgres Installation
$ cd data/
$ docker build -t battle-postgres .
$ docker run -d --name battle-postgres battle-postgres:latest# Docker Tomcat Installation
$ cd app/
$ docker build -t battle-tomcat .
$ docker run -d --name battle-tomcat --link battle-postgres:postgres -p 8080:8080 -p 4443:4443 battle-tomcat:latest# Battle Board Access
The battle board is accessible on URL: http://:8080/battle-board-web/login