xiaocong / remote-task-workstation

MIT License
2 stars 1 forks source link

remote-task-workstation

Installation

Requirements

Nodejs Runtime

Install it from Nodejs Official site, or via nvm.

Note: Nodejs version should >= v0.10.*

Clone and Install nodejs packages

    $ git clone https://github.com/xiaocong/remote-task-workstation && cd remote-task-workstation
    $ npm install

Run

Run the workstation as a private one

    $ REG_USER=user@email.com npm start

Run the workstation as a public one

    $ npm start