mix run priv/repo/seeds.exs
mix bd.census.import
Feature tests rely on a running phantomjs. Start one with:
phantomjs -w
- Official website: http://www.phoenixframework.org/
- Guides: http://phoenixframework.org/docs/overview
- Docs: http://hexdocs.pm/phoenix
- Mailing list: http://groups.google.com/group/phoenix-talk
- Source: https://github.com/phoenixframework/phoenix
This project rocks and uses (MIT-LICENSE).
GitHub's guide for Contributing to Open Source offer's the best advice.
- Fork it!
- Create your feature branch:
git checkout -b cool-new-feature
- Commit your changes:
git commit -am 'Added a cool feature'
- Push to the branch:
git push origin cool-new-feature
- Create new Pull Request.