/blazer-dev

Dev app for Blazer

Primary LanguageRuby

Blazer Dev

🔥 Dev app for Blazer

Install

git clone https://github.com/ankane/blazer.git
git clone https://github.com/ankane/blazer-dev.git
cd blazer-dev
bundle
rails db:create db:migrate

Add MovieLens data if desired

createdb movielens
curl https://raw.githubusercontent.com/ankane/movielens.sql/master/movielens.sql | psql -d movielens
echo 'BLAZER_DATABASE_URL=postgres://localhost/movielens' >> .env
rails db:seed

Otherwise, create .env with:

BLAZER_DATABASE_URL=postgres://localhost/yourdb

Run

rails server

Open http://localhost:3000 and start developing.

Thanks for helping to make Blazer better for everyone!