Lawin0129 / LawinServer

LawinServer V1, codebase needs lots of improvements
GNU General Public License v3.0
121 stars 76 forks source link

Docker support #89

Open Dycool opened 1 year ago

ErsterImChat commented 1 year ago

Would really appreciate too.

gabrielklein commented 1 year ago

Just add a user (add user) and use this user.

git clone https://github.com/Lawin0129/LawinServer.git cd LawinServer npm i node index.js Add a redirect rule on your router if necessary.

You can start "screen" is you want to keep it in the background or nohup node index.js (I personally like to start manually all the servers my son want me to install :) )

You may need to install npm (apt-get install npm on debian/ubuntu)