Giter Site home page Giter Site logo

meeting_system.4's Introduction

MeetMe Meeting Scheduling System

System Setup

  • Install Node.js - http://nodejs.org
  • Install Meteor curl https://install.meteor.com | /bin/sh
  • Install Meteorite npm install -g meteorite
    • If the setup fails run sudo chown -R YOURUSER /usr/local/lib/node_modules
    • Rerun npm install -g meteorite
  • Clone git repo git clone https://github.com/gursesl/64clicks.git meetme
  • Optional: Set your default remote origin git config remote.origin.url [email protected]:YOURUSERNAME/64clicks.git
  • cd meetme
  • mrt add
  • mrt run
  • Launch a browser and navigate to http://localhost:3000

Production Setup

  • Create Heroku app heroku create maria-app --stack cedar --buildpack https://github.com/oortcloud/heroku-buildpack-meteorite.git
  • Add required env variable heroku config:add ROOT_URL=maria-app.herokuapp.com
  • Create remote git repo for Heroku git remote add heroku [email protected]:maria-app.git
  • Verify git remotes git remote -v
  • Commit changes git commit * -m "comment"
  • Push to default git repo git push origin
  • Deploy to Heroku git push heroku master

meeting_system.4's People

Contributors

annajustynak avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.