Add some installation notes
1 file changed
tree: 8762b1bdb49ac4df8df4e17775b87d69e6c7c759
  1. courses/
  2. css/
  3. images/
  4. js/
  5. lib/
  6. modules/
  7. plugin/
  8. res/
  9. .gitignore
  10. bower.json
  11. Gruntfile.js
  12. index.html
  13. LICENSE
  14. NOTICE
  15. package.json
  16. README.md
README.md

Tomcat Training Material

This repository hosts the community developed Apache Tomcat training material.

Installation

  1. Install Node.js (4.0.0 or later)
  2. Clone this repository
    git clone https://github.com/apache/tomcat-training.git
    
  3. Navigate to the newly cloned repository
    cd tomcat-training
    
  4. Install dependencies
    npm install
    
  5. Start the local server and monitor for changes
    npm start
    
  6. View the material on http://localhost:8000

Edits made to the source files should be visiblein yoru browser shortly after saving.