A bit of Git, a bit of Ruby and you will get your local hibernate.org served.
> git clone [email protected]:hibernate/hibernate.org.git
> cd hibernate.org
The easiest way to set up a build environment is to use docker.
If you want to run everything directly on your machine without using Docker, first good luck, and then you’ll need to reproduce the environment detailed in https://github.com/hibernate/awestruct-build-env/blob/main/Dockerfile.
rake preview
Point your browser to http://localhost:4242
Refer to this guide
> rake --tasks
This will list the available tasks with a short description
You need to use bundle exec <command>
to make sure you get all required Gems. Check the Rakefile
to see how the different awestruct calls are wrapped.
The content of this repository is released under the ASL 2.0.
By submitting a "pull request" or otherwise contributing to this repository, you agree to license your contribution under the respective licenses mentioned above.
This website uses JBoss Community Bootstrap.