Skip to content

wtg/ambulance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository has been succeeded by what used to be a fork, located on the RPI Ambulance Github page. The fork has since been broken by GitHub support, leaving an independant repo on RPIA's GitHub organization.

This repo is under no further development due to RPI Ambulance's efforts to centralize their code assets. RPI Ambulance would like to expressly thank the Web Technologies Group for their generous time and energy in creating the website.


RPI Ambulance Website Build Status

This website is built in the MEAN stack (MongoDB, Express.js, Angular.js, and Node.js), and can be deployed using the following steps:

  1. Clone this git repository by running the following command in a Git-enabled terminal:

    • > git clone https://github.com/wtg/ambulance.git
  2. Navigate into the directory of the application:

    • > cd ambulance
  3. If NodeJS and Bower are both installed on your computer, skip this step.

    • Install NodeJS here.
    • Install Bower through Node Package Manager (npm) by running: npm install -g bower.
  4. Install all necessary dependencies by running the following commands:

    • > npm install
    • > bower install
  5. If MySQL is both installed on your computer, skip this step. (INSERT DB INSTRUCTIONS HERE)

  6. Run the server: node server.js


Credits

This project was created for the RPI Ambulance organization by the Web Technologies Group.

Developers

Copyrights

  • Photos are copyrighted by David Sparkman and are used with permission from the author.

About

[Under construction] The new website for RPI Ambulance.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published