pmd/docs/README.md

23 lines
654 B
Markdown
Raw Normal View History

# PMD-New-Site
New Site For PMD Core Open Source Project
## Site Theme
This site was built using the tomjohnson1492/documentation-theme-jekyll theme
A Jekyll-based theme designed for documentation and help systems. See the link for detailed instructions on setting up and configuring everything. http://idratherbewriting.com/documentation-theme-jekyll/
2017-08-18 19:06:39 +02:00
## Building using Bundler
2017-08-18 19:06:39 +02:00
bundle install # once
bundle exec jekyll serve
2017-08-18 19:06:39 +02:00
Go to: http://localhost:4005/
2017-05-25 11:12:17 +02:00
2017-08-18 19:06:39 +02:00
## Building using Docker
2017-05-25 11:12:17 +02:00
2017-08-18 19:06:39 +02:00
docker build --no-cache -t pmd-doc . # once
docker run --rm=true -v "$PWD:/src" -p 4005:4005 pmd-doc serve -H 0.0.0.0
2017-05-25 11:12:17 +02:00
Go to: http://localhost:4005/