forked from ferryastika/MataElang-Platform
-
Notifications
You must be signed in to change notification settings - Fork 1
9. Mata Elang Stevia
Fadhil Yori Hibatullah edited this page Feb 12, 2021
·
2 revisions
-
The stevia repository clone from GitHub uses the following syntax:
$ git clone https://github.com/azlkiniue/stevia.git
-
After the cloning process is complete, then enter into the stevia folder, and then edit the configuration file using the following syntax:
$ nano stevia/resources/values.js
then adjust the IP address and the main location with the display to be visualized.
-
Next, to install stevia, we use the npm command, which is:
$ npm install
To run stevia in the background, use the following syntax:
$ nohup npm start &
Or, you can use other tools, such as forever and nodemon. The application will be available at port 1228.