Skip to content

Daniel15/amphp.github.io

 
 

Repository files navigation

amphp.org

Setting up your local Jekyll environment

Follow the instructions on help.github.com. If the third step fails, try installing ruby-dev.

$ sudo apt-get install ruby-dev

Quickstart

$ sudo gem install bundler
$ git clone git@github.com:amphp/amphp.github.io amphp/docs
$ cd amphp/docs
$ bundle install
$ bundle exec jekyll serve

Alternatively using Docker

NOTE: Don't commit your work while Docker runs, otherwise Gemfile will be renamed to Gemfile.docker!

docker run --name=jekyll -v=$(pwd):/srv/jekyll -ti -p 127.0.0.1:4000:4000 jekyll/jekyll:pages

Next time you can just use docker start jekyll / docker stop jekyll to start /stop it again.

About

Documentation for all amphp libraries.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 50.6%
  • CSS 39.6%
  • Ruby 9.3%
  • Shell 0.5%