Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 950 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 950 Bytes

FFDA website

darmstadt.freifunk.net

Dependencies

  • Install a javascript runtime, e.g. nodejs
  • Install bundle by running gem install bundle
  • Install the dependencies by running bundle install --path vendor/bundle

Building

  • Use bundle exec rake build. This will build the website to the _site directory

Serving (to work locally)

  • Use bundle exec rake serve. This watches files for changes and serves the website on http://0.0.0.0:4000/

Testing

  • Use bundle exec rake test State of the current master branch, powered by Travis-CI: Build Status

Deployment

Simply git push to the master branch. There's a hook that will automatically deploy it to darmstadt.freifunk.net