These instructions will get you a copy of the wildfly.org website up and running on your local machine for development purposes.
Jekyll static site generator documentation.
Install a full Ruby development environment.
Install Bundler:
gem install bundler
Fork the project repository, then clone your fork:
git clone git@github.com:YOUR_USER_NAME/wildfly.org.git
Change into the project directory:
cd wildfly.org
Use bundler to fetch all required gems in their respective versions:
bundle install
Build the site and make it available on a local server:
bundle exec jekyll serve
Now browse to http://localhost:4000
If you encounter any unexpected errors during the above, please refer to the troubleshooting page or the requirements page, as you might be missing development headers or other prerequisites.
For more regarding the use of Jekyll, please refer to the Jekyll Step by Step Tutorial.
To write a News post:
avatar
is used the name of the author's picture in this directoryyyyy-mm-dd-slug.adoc
Please read CONTRIBUTING.md for details on the process for submitting pull requests to us.
Important: the guides are maintained in the wildfly.github.io repository and pull requests should be submitted there: https://github.com/wildfly/wildfly.github.io
This website is licensed under the Creative Commons Attribution 3.0.