Skip to content

iyawnis/eugenia-live

 
 

Repository files navigation

Installation

  1. Install NPM (by installing Node.js).
  2. Clone this Git repository.
  3. Install hem: sudo npm install -g hem
  4. Launch the development server: hem server or ./server.sh

Development Dependencies

To be able to run the acceptance tests:

  1. brew update && brew install phantomjs
  2. Install Ruby via RVM
  3. Install bundler: gem install bundler
  4. Install Ruby dependencies: bundle install

Run the acceptance tests with bundle exec cucumber

Deploying to Heroku

Ensure that Heroku knows that this is a Javascript (and not a Ruby) app: heroku config:set BUILDPACK_URL=https://github.com/heroku/heroku-buildpack-nodejs

About

Eugenia Live - realtime collaboration support

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.4%
  • CSS 23.8%
  • CoffeeScript 10.3%
  • Ruby 1.4%
  • Shell 0.1%