Skip to content

Commit

Permalink
Added tutorials for jboss.org
Browse files Browse the repository at this point in the history
  • Loading branch information
VineetReynolds committed Jan 15, 2015
1 parent 0af92c4 commit 1f07696
Show file tree
Hide file tree
Showing 175 changed files with 17,180 additions and 0 deletions.
534 changes: 534 additions & 0 deletions tutorial/AdminHTML5.asciidoc

Large diffs are not rendered by default.

1,686 changes: 1,686 additions & 0 deletions tutorial/BusinessLogic.asciidoc

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions tutorial/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Contributing to the TicketMonster tutorial
==========================================

Each section of the tutorial is contained in a `.asciidoc` file in this git repository. To build the tutorial you'll need:

* [AsciiDoc](http://www.methods.co.nz/asciidoc/index.html) installed. It's available via most major packaging systems (e.g. Debian, Fedora Extra, MacPorts), and has a Windows installer.
* You'll also need pygments for syntax highlighting. It's available as a python egg. Easiest to install via `easy_install` e.g. `sudo easy_install pygments`.
* dblatex, once again available in most major packaging systems, or as a python egg e.g. `sudo easy_install dblatex`

Once you have installed AsciiDoc, you can build individual sections by invoking `asciidoc -b <output of choice> <section.txt>`. If you want to generate the whole tutorial as html, you can call `./generate-guides.sh`.
Loading

0 comments on commit 1f07696

Please sign in to comment.