Skip to content

aledi/pitagoras-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pitagoras Server

Requirements

  • Node 2.14.4 or above

User guide

  1. Clone pitagoras-server from github repository.
  2. Add fallback values in index.js
  3. Open a terminal window on project folder.
  4. Run npm run start command.

Environment variables

  1. Open a terminal window.
  2. Run open ~/.bash_profile command.
  3. Copy this text at the bottom of the file
#  ----------------------------------
#    PITAGORAS ENV VARIABLES
#  ----------------------------------

export MASTER_KEY=masterKeyValue
  1. Go to Settings tab in Herouku app.
  2. On Config variables section, click in Reveal Config Vars and copy the value for MASTER_KEY variable.
  3. Replace masterKeyValue with the value you just copied.
  4. Save and close bash_profile file.
  5. Run source ~/.bash_profile command.

Dashboard

  1. Open a terminal window on project folder.
  2. Run ./dashboard.sh command.
  3. Open your web browser and go to localhost:4040.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published