Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 900 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 900 Bytes

Beestream

A web application for streaming BeeMon videos!

Installation

  1. Download the Repository!
  2. cd beestream
  3. npm install
  4. Install and configure MongoDB. Navigate to the MongoDB install page and select your operating system at the bottom for a tutorial.

Running

  1. Make sure MongoDB is running.
  2. Set your environment variable to select your mode.

a. For Windows:

`set NODE_ENV=production` for production mode
    
`set NODE_ENV=developoment` for development mode

b. For Linux

`export NODE_ENV=production` on Linux for production mode
    
`export NODE_ENV=development` on Linux for development mode
  1. npm start

Your website should now be running!

Development and Other Issues

For any other issues, see the wiki!