Skip to content

Freifunk-Dresden/dresden.freifunk.net

 
 

Repository files navigation

FFDD Website Build Status

freifunk-dresden.de | dresden.freifunk.net

Dependencies

  • Install a javascript runtime, e.g. nodejs
  • Install bundle by running gem install bundle
  • Install the dependencies by running bundle
apt install -y git nodejs

ruby 2.2.0

curl -L https://get.rvm.io | bash -s stable --ruby=2.2.0

bundler

gem install bundler -v 1.17.3

Install

git clone https://github.com/Freifunk-Dresden/Blog.git /srv/Blog
git clone https://github.com/Freifunk-Dresden/dresden.freifunk.net.git /srv/dresden.freifunk.net
cd /srv/dresden.freifunk.net/
bundle install

Info

On Ubuntu you might need to change the next lines in the 'Rakefile'

Line 4: sh "jekyll build" to:

    sh "bundle exec jekyll build"

Line 8: sh "jekyll serve" to:

    sh "bundle exec jekyll serve"

Building

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

Serving (to work locally)

Testing

  • Use 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 dresden.freifunk.net

Releases

No releases published

Packages

No packages published

Languages

  • HTML 44.3%
  • SCSS 24.4%
  • JavaScript 20.7%
  • CSS 9.8%
  • Ruby 0.8%