Skip to content

KacperFKorban/Enroll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Enroll

Postres installation(Ubuntu):

  1. sudo apt-get update
  2. sudo apt-get install postgresql postgresql-contrib

Setting postgres password:

  1. sudo -u postgres psql
  2. \password postgres -- type password -- recommended: 123
  3. \q

Install pgadmin:

  1. sudo apt install pgadmin3

Setting up db server:

  1. open pgadmin3
  2. create a new server -- owner -> postgres -- recommended name localhost
  3. create new db -- owner -> postgres -- recommended name enroll

Running:

  1. git clone https://github.com/KacperFKorban/Enroll
  2. cd Enroll
  3. in conf/application.conf fill in propertiies url, user and password if using other than recommended
  4. go to app/tables/DBConfig.scala and run main to create schemas and populate exampke courses
  5. sbt run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages