/servisne.info

servisne.info is a web app for delivering useful information on your email.

Primary LanguageClojureMIT LicenseMIT

servisne.info

servisne.info is a web app for delivering service informations on your email.

Visit http://servisne.info to try it out.

servisne.info is proudly tested on Semaphore.

Build Status

Development

Export following environment variables:

export ADMIN_EMAIL=admin@example.com
export ADMIN_TOKEN=token123
export APP_ENVIRONMENT=production
export EMAIL_HOST=smtp.mandrillapp.com
export EMAIL_PASS=myapikey
export EMAIL_USER=user@example.com
export MONGODB_URI=uri
export SENTRY_DSN=url

Deploy to OpenShift

Create an account at Red Hat's OpenShift. Install the CLI client.

Execute:

rhc app create servisne http://cartreflect-claytondev.rhcloud.com/github/openshift-cartridges/clojure-cartridge --from-code https://github.com/strika/servisne.info.git