Contributing
- Ensure the dependencies are installed:
- on ubuntu:
sudo apt-get install ruby-dev gem uninstall redcarpet gem install redcarpet -v 3.1.2 gem install mdpress
- on OS X:
gem install mdpress
may suffice - ensure you can run
mdpress -h
- Pull down the git repo:
git pull git@github.com:smaslennikov/cissp-access-mgmt-presentation.git
- Write up an .md file
- examples can be found here
- Build your .md file
make all
can be used to build all .md files in the repo directorymake open_all
can be used to build all .md files and open the resulting presentations in your default browser
- Push your progress to git
git add .
in the repo directorygit commit -m "Your message here"
, replacing the message with a commit message of your choicegit push origin master
- Await for Travis results! Travis progress can be viewed here
- You can view your newly made presentation both locally and through github pages:
- Locally by pointing your browser to index.html in the build directory
- On github pages once you push to github (if you forgot to build with
make all
first, this won't work) here
Thanks
To this many many thanks