Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 730 Bytes

yona-run-and-restart.md

File metadata and controls

26 lines (18 loc) · 730 Bytes

How to run Yona

Go to the unpacked directory and run yona.

YONA_DATA=/yona-data;export YONA_DATA
bin/yona

[Caution!] Please move below bin folder and do not run yona directly

First Page

You can now access the welcome page by accessing the appropriate server 9000 port (http://127.0.0.1:9000 in local environment) with your web browser.

Finish setting admin and restart Yona.

Note! For Windows OS users Please note #windows-os

To restart

  • In the Linux/Uinx, the kill pid command stops the service.
  • Simple Restart Shell Example
  • Windows users exit the batch file that is running with ctrl-c.