Skip to content
Christophe Hamerling edited this page Jul 11, 2013 · 3 revisions

The Developers Web site is hosted at http://play.ow2.org, developed using Jekyll.

Sources

Sources of the Web site are available at https://github.com/play-project/play.ow2.org

git clone https://github.com/play-project/play.ow2.org

Run

Once cloned/forked, you can run the Web site locally using Jekyll

jekyll --server

Deploy

In order to generate and deploy the Web site to OW2, you have to pass credentials to the rake task. Site will be SCP'ed and updated by the OW2 cronjob (running each hour).

rake deploy --ow2login=XXX --ow2password=YYY

Credentials are the ones you use to connect to jupiter.objectweb.org. Ask @chamerling or details.

Clone this wiki locally