This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat-training.git
The following commit(s) were added to refs/heads/master by this push:
new 9f0c7e0 Add some installation notes
9f0c7e0 is described below
commit 9f0c7e0300ed037d9f255dd62a8a8d6be946ceac
Author: Mark Thomas <[email protected]>
AuthorDate: Tue Apr 24 14:24:38 2018 +0100
Add some installation notes
---
README.md | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/README.md b/README.md
index 4e48110..ffb8c01 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,26 @@
# Tomcat Training Material
This repository hosts the community developed Apache Tomcat training material.
+
+## Installation
+
+1. Install [Node.js](http://nodejs.org/) (4.0.0 or later)
+1. Clone this repository
+ ```sh
+ git clone https://github.com/apache/tomcat-training.git
+ ```
+1. Navigate to the newly cloned repository
+ ```sh
+ cd tomcat-training
+ ```
+1. Install dependencies
+ ```sh
+ npm install
+ ```
+1. Start the local server and monitor for changes
+ ```sh
+ npm start
+ ```
+1. View the material on <http://localhost:8000>
+
+Edits made to the source files should be visiblein yoru browser shortly after
saving.
--
To stop receiving notification emails like this one, please contact
[email protected].
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]