Skip to content

shrkw/run-your-command-via-web-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

run-your-command-via-web-ui

Dependency Status

Important notice

This application expects to work for internal network and faithful guys only. You must not provide this for internet and unnkown guys. If you don't accept this alert, your server may make trouble to not only your server but also other network.

This is simple one page web application for calling any commands from your browser.

screen image

Install

Setup your environment

Install nodebrew and Node.js

curl -L git.io/nodebrew | perl - setup
export PATH=$HOME/.nodebrew/current/bin:$PATH
nodebrew install stable
nodebrew use stable

Intall bower and grunt-cli::

npm install -g bower
npm install -g grunt-cli

Resolve project dependencies

npm install
bower install

Compile meta files

grunt compile

Grunt default task is watch.

Run

node app.js

About

Simple one page application for calling any commands.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published