Code Monkey home page Code Monkey logo

developer.exoplatform.org's Introduction

developer.exoplatform.org

This site groups together all documentations useful to develop or contribute to eXo Platform projects. It is built using Jekyll and deployed on Github Pages.

How to contribute ?

Feel free to fork the repository and submit pull requests.

How to install the environment ?

  1. Install RVM and ruby
curl -sSL https://get.rvm.io | bash -s stable

rvm install 2.1.1

rvm use 2.1.1
  1. Install Github Pages which will Install Jekyll too. In your developer.exoplatform.org local clone directory just call :
gem install bundler

bundle install 
  1. In order to update jekyll and related in the future :
bundle update

How to create a new post ?

rake post title="A Title"
rake post title="A Title" date="2012-02-09"
rake post title="A Title" tags=[tag1,tag2]
rake post title="A Title" category="category"
rake post title="A Title" date="2012-02-09" tags=[tag1,tag2] category="category"

How to create a new page ?

rake page name="about.md"

You can also specify a sub-directory path. If you don't specify a file extension we create an index.html at the path specified

How to preview the site ?

In order to get a server up and running with your Jekyll site, run:

rake preview

and then browse to http://localhost:4000.

Useful resources

License

Creative Commons BY-NC-SA

developer.exoplatform.org's People

Contributors

aheritier avatar defrancea avatar hadv avatar plamarque avatar thibaultclem avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.