Code Monkey home page Code Monkey logo

infinispan.github.io's Introduction

Introduction

This is the source code for the Infinispan.org website. This is based on templates created by the JBoss Community using Awestruct and Bootstrap.

System Requirements

  • Ruby 1.9.2 or above
    • Use the instructions from Awestruct to install Ruby, Awestruct and Bundler
  • GNU WGet 1.14

Note: If you are using Mac OS X, you need to have the following setup:

  1. XCode. After installing XCode, you should go to XCode -> Preferences -> Download and install the command line (CLI) tools.
  2. MacPorts
  3. You can install WGet using MacPorts: sudo port install wget
  4. You need libxml2 and libxslt: sudo port install libxml2 libxslt
  5. You will need Ruby >= 1.9.2. Mac OS Mountain Lion comes with 1.8.x. Using RVM and JewelryBox is probably the best way to manage and install several different versions of Ruby on OS X.

1. Build the website

Run Awestruct in development mode from the top-level directory to build the website and host it using a local web server:

$ bin/run_dev.sh

2. View the website locally

Use a web browser to visit http://localhost:4242 where you can see the site.

3. Stage the website

Staging is published on OpenShift. To do this, you must have SSH access to Infinispan's OpenShift account. After that, you must:

  • Run $ bin/publish_staging.sh
  • Browse to http://stg-ispn.rhcloud.com to test

Permissions.

To be able to publish to staging, you must:

  • Have the following in your ~/.ssh/config:
    Host *.rhcloud.com
        IdentityFile ~/.ssh/libra_id_rsa
        VerifyHostKeyDNS yes
        StrictHostKeyChecking no
        UserKnownHostsFile ~/.ssh/libra_known_hosts
  • Have libra_id_rsa, libra_id_rsa.pub and libra_known_hosts in your ~/.ssh directory. Contact Infinispan project leads for these files.

4. Publish the website

If everyone is happy with staging then:

  • Run $ bin/publish_production.sh
  • Browse to http://www.infinispan.org

Permissions.

To be able to publish to production, you must have git push rights on http://github.com/infinispan/infinispan.github.io. Contact Infinispan project leads for such permissions.

Contribute to issues on Infinispan.org

Feel like contributing? Great! Read this page on how to contribute.

infinispan.github.io's People

Contributors

anistor avatar danberindei avatar emmanuelbernard avatar erlyfall avatar galderz avatar jeremyary avatar kazuhira-r avatar lightguard avatar maniksurtani avatar mojavelinux avatar rhusar avatar rigazilla avatar rvansa avatar the-alchemist avatar tristantarrant avatar unibrew avatar wburns avatar

Watchers

 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.