https://github.com/previousdeveloper/open-versus
Scala, Akka, Docker experiment
https://github.com/previousdeveloper/open-versus
Last synced: 2 months ago
JSON representation
Scala, Akka, Docker experiment
- Host: GitHub
- URL: https://github.com/previousdeveloper/open-versus
- Owner: previousdeveloper
- License: apache-2.0
- Created: 2016-10-31T17:01:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-19T20:12:02.000Z (over 8 years ago)
- Last Synced: 2024-12-29T06:29:46.078Z (4 months ago)
- Language: Scala
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Open-Versus
[](https://travis-ci.org/previousdeveloper/open-versus)## Instruction
```bash
test: sbt clean test
compile: sbt clean compile
run: sbt run
``````bash
docker build -t "web" .
docker-compose up
```Mysql and web server is running !