MODULE - console
Introduction
The following page describes the console module manual.
Below is the list of all operations for the console module
OPERATION | Description |
---|---|
install | Install SOAJS console on your local machine. The installer has all the needed packages to install and configure SOAJS console. This operation is going to:
Console Command Example > sudo soajs console install %absolute_path_for_destination_folder% |
update | Update SOAJS console on your local machine. This operation is going to:
Console Command Example > sudo soajs console update --clean |
remove | Remove SOAJS console installation from your local machine. This operation is going to:
Console Command Example > sudo soajs console remove |
start | Start the SOAJS console @ http://localhost:4005 Console Command Example > sudo soajs console start |
restart | Restart the SOAJS console Console Command Example > sudo soajs console restart |
stop | Stop the SOAJS console Console Command Example > sudo soajs console stop |