-
Notifications
You must be signed in to change notification settings - Fork 8
Running
Isaac Hirschfeld edited this page Feb 17, 2021
·
2 revisions
It's recommend to create a folder first before starting your server:
mkdir myServer && cd myServer
Omegga runs in the current working directory. You can configure omegga to always use the same folder by running omegga config default $(pwd)
. After this is run, omegga will run in the same folder regardless of the current working directory.
To start a server, simply type the following in a linux shell after install:
omegga
Omegga will prompt for credentials as necessary and only stores the auth tokens brickadia generates on login. Omegga does not store your password
Omegga will tell you when it's out of date. You can update with this command:
npm i -g omegga