项目作者: radusw

项目描述 :
Secret Santa Email 🌲
高级语言: Scala
项目地址: git://github.com/radusw/santa-email.git
创建时间: 2015-11-27T12:48:29Z
项目社区:https://github.com/radusw/santa-email

开源协议:Apache License 2.0

下载


Secret Santa Email

Instructions

Check here

Build and run locally

  1. Edit the configuration file (e.g. conf/prod.conf).
  2. Using SBT and Docker, publish the image locally and run the container.
    ```commandline
    $ sbt docker:publishLocal

$ docker run -d -p 9000:9000 \
—restart unless-stopped \
—name santa \
radusw/santa-email:1.0 “conf/prod.conf”

$ docker logs santa —follow

$ curl http://localhost:9000/api/version
```

  1. Open the browser and go to http://localhost:9000/app.