Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 831 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 831 Bytes

Strongbadger Coffee House

A coffee house website built on meteor 1.3 and angular 2

Contribute

This is a community effort. Fork this repository, make some changes, and send us a pull request!

Installation

  1. Setup Meteor https://www.meteor.com/install
  2. Download this project (or git clone)
  3. Extract and change to the root directory
  4. type 'meteor npm install'
  5. type 'meteor'

Deployment on Ubuntu

  1. Install Docker https://docs.docker.com/engine/installation/linux/ubuntulinux/
  2. Install MongoDB. Type 'apt-get install -y mongodb'
  3. git clone https://github.com/camerontucker/strongbadger
  4. Install Meteor. Type 'curl https://install.meteor.com/ | sh'
  5. cd strongbadger
  6. type 'meteor npm install'
  7. Build and run this docker https://github.com/meteorhacks/meteord (be very patient the meteor CDN can be slow)