/tubaina-aas

tubaina as a service ftw

Primary LanguageJava

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