shamanovnet / testeron

Star App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Star App

[description]

Installation

Install environment

Linux

Clone application to /app

cd /app
npm install
NODE_ENV=development node console/install

Windows

Clone application to c:/app

cd c:/app
npm install
set NODE_ENV=development
node console/install

Start app

Linux

cd /app
NODE_ENV=development node console/start

Windows

cd c:/app
set NODE_ENV=development
node console/start

Usage

Web interface: http://localhost:3000

Sign in as administrator:

Email: a@a.a
Password: 123456

Tutorial

About

Star App

License:MIT License


Languages

Language:JavaScript 77.7%Language:HTML 22.3%