This repository was archived by the owner on Sep 10, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 35
1 Installation locale Ubeat
Samuel edited this page Sep 10, 2018
·
6 revisions
Suivre le guide d'installation de Git pour votre poste de travail :
Créer un dossier sur votre machine pour conserver le code (Ex: C:\Users\wfortin\GLO3102\UBeat
)
Ouvrir un terminal et se déplacer dans ce dossier:
cd C:\Users\wfortin\GLO3102\UBeat
Cloner le répertoire UBeat
git clone https://github.com/GLO3102/UBeat.git
Suivre le guide d'installation officiel pour votre poste de travail :
- Windows : https://nodejs.org/en/download/
- Mac : https://nodejs.org/en/download/
- Ubuntu 14.04 (pour autre version linux : Documentation Node Linux)
sudo apt-get update
sudo apt-get install nodejs
sudo apt-get install npm
Vérifier que Node est installé avec la commande:
node -v
Vérifier que Node est installé avec la commande:
npm -v
Lancer la commande:
npm install
Exécuter la commande suivante:
- Windows:
C:\Program Files\MongoDB\Server\XX\bin\mongod.exe (assurez-vous d'avoir créé un dossier C:\data\db avant)
Mac:
mongod
Ubuntu:
sudo service mongod start
Exécuter la commande suivante:
npm start
Ouvrez votre navigateur à http://localhost:3000/login
et vous devriez voir un interface de login.