Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tneudevteam/utneu
https://github.com/tneudevteam/utneu
aerospike play-framework scala
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tneudevteam/utneu
- Owner: tneudevteam
- Created: 2017-02-12T20:42:10.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-13T22:10:13.000Z (almost 8 years ago)
- Last Synced: 2024-11-15T14:24:11.095Z (2 months ago)
- Topics: aerospike, play-framework, scala
- Language: Scala
- Size: 43.9 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UTNEU
Project aims for now:
1. Set, save and receive university schedule
2. Let students pass here all "paper docs" for teacher to estimate it.To launch you will need:
1. install JVM : http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
2. install SBT: http://www.scala-sbt.org/0.13/docs/Installing-sbt-on-Linux.html
3. install Scala: https://www.scala-lang.org/download/
4. install db: http://www.aerospike.com/docs/operations/install/linux/ubuntu
5. configure namespace (now we have only one namespace : "ETUsers"): http://www.aerospike.com/docs/operations/configure/namespace/storage
6. In project folder in terminal execute command "sbt run"