Skip to content

csokol/tubaina-aas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tubaina-aas

To run the app in development:

  • Create conf/application.conf based on conf/application.conf.example

  • In the play console:

    ~run -Demail.password= -Dgithub.client_id= -Dgithub.client_secret=

Deploy

  • Run play dist
  • Send the distribution to the server: scp dist/tubaina-aas-1.0-SNAPSHOT.zip <user>@<server>:~/deploy
  • Go to the server and run:
    • cd deploy
    • sudo deploy.sh