Added BASE_URL and opensource.com article

This commit is contained in:
David Baldwynn 2017-02-24 18:11:58 -08:00 committed by GitHub
parent 68b242fddd
commit c3d38c3e4a

View file

@ -81,6 +81,8 @@ BASE_URL=yourdomain.com
DSN_KEY=yourPrivateRavenKey
```
##___Important Note___: Make sure your BASE_URL matches the domain of your server or TellForm won't work!
Side note: ___Currently we are using Raven and Sentry [https://www.getsentry.com](https://www.getsentry.com) for error logging. To use it you must provide a valid private DSN key in your .env file and a public DSN key in app/views/layout.index.html___
Edit the `env` config in gruntfile.js to make sure your .env file is being used. If you don't include this your app won't run
@ -177,5 +179,7 @@ $ grunt coverage:client
[Betapage](https://betapage.co/startup/tellform)
[Opensource.com](http://opensource.com/article/17/2/tools-online-surveys-polls)
## Credits
Inspired/built off the great work of the [MeanJS team](https://github.com/meanjs/) and [Typeform](http://typeform.com)