FredPraca / optaplanner-website

The awestruct sources for the website https://www.optaplanner.org and the presentation sources.

Home Page:https://www.optaplanner.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OptaPlanner

How to build with Awestruct

On Fedora 27

Follow these instructions:

# Optional: clean your system first.
$ sudo dnf remove ruby rubygems rubygem-rake rubygem-bundler ruby-devel rpm-build gcc-c++

# Install ruby and other native rpm's
# TODO Is rpm-build obsolete? It was once needed for ffi
# TODO Is gcc-c++ obsolete? It was needed for eventmachine
$ sudo dnf install ruby rubygems rubygem-rake rubygem-bundler ruby-devel rpm-build gcc-c++

$ ruby --version
ruby 2.4.3p205 (2017-12-14 revision 61247) [x86_64-linux]

# Setup the gem dependencies
$ rake setup

Then build the optaplanner-website (before and after your changes):

$ rake clean build
$ firefox _site/index.html

And publish your changes (if you got authorization, otherwise Jenkins will do it):

$ rake clean build publish

On other systems

Follow the instructions of Awestruct’s getting started guide.

Developing Drools, OptaPlanner and jBPM

If you want to build or contribute to a kiegroup project, read this document.

It will save you and us a lot of time by setting up your development environment correctly. It solves all known pitfalls that can disrupt your development. It also describes all guidelines, tips and tricks. If you want your pull requests (or patches) to be merged into master, please respect those guidelines.

About

The awestruct sources for the website https://www.optaplanner.org and the presentation sources.

https://www.optaplanner.org


Languages

Language:HTML 57.6%Language:JavaScript 26.8%Language:CSS 14.9%Language:Ruby 0.5%Language:Dockerfile 0.2%