Schultz 8 年前
父节点
当前提交
622275b5f9
共有 1 个文件被更改,包括 0 次插入32 次删除
  1. 0
    32
      test_repository/README.md

+ 0
- 32
test_repository/README.md 查看文件

@@ -1,32 +0,0 @@
1
-# Zebra EMC TOOLS TEAM PORTAL
2
-
3
-## Overview
4
-The EMC Engineering Tools Portal is a PoC (Proof of Concept) to determine if it is possible to integrate the EMC Eng. Tools into a centralized location to increase development efficiency.
5
-
6
-## Prerequisites
7
-### MongoDB (NoSQL Database): https://www.mongodb.com/
8
-
9
-### Express.js (Web Application Framework): http://expressjs.com/
10
-
11
-### Polymer (Front-end Framework/Library): https://www.polymer-project.org/1.0/ 
12
-### Node.js (Server): https://nodejs.org/en/
13
-
14
-## Install
15
-```bash
16
-# Clone the project from:
17
-http://ny21gitapp01.zebra.lan:8080/#/admin/projects/EMC_Engineering_Tools/Tools_Portal
18
-
19
-# Install npm modules
20
-$ cd Tools_Portal
21
-$ npm install
22
-
23
-# Install bower packages
24
-$ cd app
25
-$ bower install
26
-
27
-# Run gulp default
28
-$ gulp default
29
-
30
-# Star the service
31
-$ node server/server.js -p -t
32
-```