Skip to content

9. Mata Elang Stevia

Fadhil Yori Hibatullah edited this page Feb 12, 2021 · 2 revisions

Back

  1. The stevia repository clone from GitHub uses the following syntax:

    $ git clone https://github.com/azlkiniue/stevia.git
    
  2. 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.

  3. 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.

Back