Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 673 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 673 Bytes

RuFans: SSU development project.

Getting started

  1. Install important dependencies:
    • Linux (Debian-based distros):
      • sudo apt install git make
    • MacOS
      • brew install git make
  2. Clone this repository.
  3. Enter the directory of cloned repository.
  4. make setup
  5. make preinstall

Running the server

  • 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.
  • NOTE #2: Use make install console to do rake \ rails - specific stuff.