Skip to content
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.

Installation

Ender edited this page Jul 26, 2018 · 3 revisions
  1. Install dependencies: Git, Python3, Python3-PIP and Python3-Virtualenv.
  • sudo apt-get install git python3 python3-pip python3-virtualenv
  1. Clone the repository.
  • git clone https://github.com/luksireiku/polaris
  1. Go to the Polaris directory.
  • cd polaris
  1. Create a new Firebase project and import extra/firebase.json to the root node of the Firebase project database.
  2. Download a Firebase service account for your project, rename it to serviceAccountKey.json and place it in the root of the Polaris folder.
  3. Run it!
  • ./runme.sh
Clone this wiki locally