- Install important dependencies:
- Linux (Debian-based distros):
sudo apt install git make
- MacOS
brew install git make
- Linux (Debian-based distros):
- Clone this repository.
- Enter the directory of cloned repository.
make setup
make preinstall
-
Open a console and do
make install
-
Open another console and do
make runserver
-
NOTE #1:
make install
is doing only a migration and then starts the server.- If you want to drop DB and rebuild the dependencies, use
make preinstall
again.
- If you want to drop DB and rebuild the dependencies, use
-
NOTE #2: Use
make install
console to dorake
\rails
- specific stuff.