forked from reactivemanifesto/website-manifesto
-
Notifications
You must be signed in to change notification settings - Fork 1
The web site for the Reactive Manifesto
License
sebastian-alfers/website-manifesto
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Local Development ----------------- This file will be packaged with your application, when using `play dist`. ======= Setup the environment: export TWITTER_AUTH_KEY="---YOUR-KEY---" export TWITTER_AUTH_SECRET="---YOUR-SECRET---" export TWITTER_BEARER_TOKEN="---YOUR-BEARER-TOKEN---" export GOOGLE_CLIENT_ID="---YOUR-ID---" export GOOGLE_CLIENT_SECRET="---YOUR-SECRET---" export GOOGLE_API_KEY="---YOUR-API-KEY---" export GITHUB_CLIENT_ID="---YOUR-ID---" export GITHUB_CLIENT_SECRET="---YOUR-SECRET---" export LINKEDIN_CLIENT_ID="---YOUR-ID---" export LINKEDIN_CLIENT_SECRET="---YOUR-SECRET---" Run: play ~run Deploy on Heroku ---------------- heroku create heroku addons:add mongolab heroku config:add APPLICATION_SECRET="---YOUR-APPLICATION-SECRET---" heroku config:add TWITTER_AUTH_KEY="---YOUR-KEY---" heroku config:add TWITTER_AUTH_SECRET="---YOUR-KEY---" heroku config:add TWITTER_BEARER_TOKEN="---YOUR-BEARER-TOKEN---" heroku config:add GOOGLE_CLIENT_ID="---YOUR-KEY---" heroku config:add GOOGLE_CLIENT_SECRET="---YOUR-KEY---" heroku config:add GOOGLE_API_KEY="---YOUR-API-KEY---" heroku config:add GITHUB_CLIENT_ID="---YOUR-KEY---" heroku config:add GITHUB_CLIENT_SECRET="---YOUR-KEY---" heroku config:add LINKEDIN_CLIENT_ID="---YOUR-KEY---" heroku config:add LINKEDIN_CLIENT_SECRET="---YOUR-KEY---" git push heroku master
About
The web site for the Reactive Manifesto
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- HTML 76.2%
- Scala 17.4%
- CSS 3.6%
- JavaScript 2.3%
- Ruby 0.5%