Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 504 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 504 Bytes

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