Giter Site home page Giter Site logo

bootstrap-community's Introduction

Introduction

The aim of this repository is to provide a template for the creation of new JBoss Community projects using Awestruct and Bootstrap. These are projects created and led by Red Hat who own the associated trademarks. To avoid unnecessary complexity and satisfy legal requirements users are kindly asked to observe the following:

  • This template should represent the majority view amongst users about the simplest and best way to create a website using Awestruct and Bootstrap (using LESS). It should strive to have the fewest dependencies and use the smallest number of template engines.

  • Changes to the L&F will be vetoed by the Visual Design Team to ensure they meet branding guidelines and are consistent with the JBoss Community brand.

  • Project logos and other trademarked images must be hosted at http://static-stg.jboss.org/theme/images/[project] and http://static.jboss.org/theme/images/[project]

System Requirements

  • Ruby 1.8.7 or above

  • RubyGems - 1.3.6 or above

  • Bundler - 1.3.5

  • GNU Wget 1.14

Getting Started

  1. Fork the repository

To use the template simply navigate to GitHub page and use Fork button to fork this repository into your own GitHub organization. Afterwards choose a tag from which you want to start your website development and create a development branch from it. Additionally, in GitHub repository settings tab you may want to rename your forked repository to follow your site name.

Note: The first part of the tag version number indicates the Bootstrap version the template is based on.

  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:

bundle exec awestruct -d

Note: The first time the site is built common JavaScript, font and image files will be downloaded from http://static.jboss.org and cached into a local cache/ directory using wget. This then allows you to run the site locally rather than relying on a network connection. Since the cache download takes a considerable amount of time by default the wget command will run only once a day to prevent unrequired delays in build times. The time interval and other settings of this process can be configured in site.yml.

Tip: Use the --directory-prefix option of the wget: urls: property in _config/site.yml if you wish to use a different directory name. A .gitignore file is automatically created in this directory containing a * to prevent you adding cached files to GIT by mistake.

  1. View the website

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

  1. Add/edit web pages and layouts

Use a text editor to create/edit web pages and/or layouts. Use the bootstrap_css_url and bootstrap_js_url variables to ensure you refer to the locally built versions of the files in the development profile and the hosted versions in the staging and production profiles.

Note: Currently the template uses images from an example project. If you wish to use your own project images then you must upload them to http://static.jboss.org/images/[project], edit project and project_images_url variables and edit the http://static.jboss.org/images/example/ line in the wget: urls: property, all three settings can be found in _config/site.yml.

  1. Customize the theme

To use the theme simply reference the hosted bootstrap-community.css and bootstrap-community.js files on http://static.jboss.org. However if you wish to make project-specific changes then test them locally using the development profile and host the compiled css and js files in your project-specific staging/production domains. Update the bootstrap_css_url and bootstrap_js_url variables in the staging/production profiles to refer to them.

  1. Stage the website

Once you're happy with your website in development mode update the profiles: staging: base_url: property in _config/site.yml to point to your staging domain and run the bundle exec awestruct -P staging command to generate a version that can be uploaded for others to review.

  1. Publish the website

If everyone is happy with staging then update the profiles: production: base_url: property in _config/site.yml to point to your production domain and run the bundle exec awestruct -P production command to produce a version that can be uploaded for the public to view.

bootstrap-community's People

Contributors

insectengine avatar lightguard avatar newtonm avatar unibrew avatar xcoulon avatar

Watchers

 avatar  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.