The fairest way to distribute candy! Thanks to summasmiff for the logo!
How to Develop
Install PostgreSQL, e.g., brew install postgres.
bundle install
cp dotenv.development .env
Update .env with details about your database.
bin/rake db:create db:migrate db:seed
foreman start
How to Deploy to Heroku
Create your app on Heroku, then add the heroku git remote.
heroku config:set DEFAULT_USER=desired_default_username
heroku config:set DEFAULT_PASSWORD=desired_default_account_password
git push heroku master
heroku ps:scale web=1
heroku run bin/rake db:migrate db:seed


Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

