- Install Git
- Install Docker
- Install cmake
-
git clone https://github.com/tdx996/simple_library.git
-
cd simple_library/
-
cp example.env .env
-
Edit
DEFAULT_EMAIL
andDEFAULT_PASSWORD
in.env
. They will be set as your log in credentials. -
make run
-
Open a new tab in the same folder, run
make matrix
andbundle exec rails db:create && bundle exec rails db:migrate
-
Visit http://localhost:3000 and login with the credentials from
.env