项目作者: apache

项目描述 :
Apache Tomcat Training Material
高级语言: JavaScript
项目地址: git://github.com/apache/tomcat-training.git
创建时间: 2018-02-16T09:43:45Z
项目社区:https://github.com/apache/tomcat-training

开源协议:Apache License 2.0

下载


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
    1. git clone https://github.com/apache/tomcat-training.git
  3. Navigate to the newly cloned repository
    1. cd tomcat-training
  4. Install dependencies
    1. npm install
  5. Start the local server and monitor for changes
    1. npm start
  6. View the material on http://localhost:8000

Edits made to the source files should be visible in your browser shortly after saving.