Skip to content

haim100/Installations

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation Guide

  1. Download & install XAMPP from here Download or WAMP from here Download
  2. Download & install NodeJS from here Download
  3. Download & install MongoDB from here Download - select version 3.0.9
  4. Start MongoDB ( go to C:/Program Files/MongoDB/bin ) and click on mongod.exe
  5. Go to your nodejs folder , open the cmd and write ``` npm install mongo-express `` , for more instructions click here
  6. Enter node_modules/mongo-express and open the cmd and write node app.js then open your browser and write @ address bar http://localhost:8081 - you will see the admin panel for mongodb
  7. Create GSP Folder and copy parse server files and follow the instructions in example folder inside.
  8. Copy portal-web to your c:/xampp/htdocs folder ( assuming you install XAMPP there ), open your browser and write @ address bar http://localhost/portal-web ( dont forget to start apache from xampp control panel )

About

Base Installations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 77.5%
  • HTML 19.1%
  • ApacheConf 2.2%
  • CSS 1.2%