summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Borzì <stefanoborzi32@gmail.com>2019-09-03 00:39:13 +0200
committerBarbz <BarbzYHOOL@users.noreply.github.com>2019-09-03 00:41:22 +0200
commit839dfc527ac8ce5d2b73cc87ce8f43c06509a023 (patch)
tree11fe1bd97375832b839023e23762daaad4d05c89
parentcd0790c6d91fc9c95262fc5cd42a09c87692e7fe (diff)
downloadwiki-839dfc527ac8ce5d2b73cc87ce8f43c06509a023.tar.gz
wiki-839dfc527ac8ce5d2b73cc87ce8f43c06509a023.tar.bz2
wiki-839dfc527ac8ce5d2b73cc87ce8f43c06509a023.zip
Added optional user linux creation
-rw-r--r--docs/Installation.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/Installation.md b/docs/Installation.md
index b66a1c1..d12800a 100644
--- a/docs/Installation.md
+++ b/docs/Installation.md
@@ -223,3 +223,10 @@ You can change all the passwords at once by pasting this into the worldserver co
.account set password test9 new_pass new_pass
.account set password test10 new_pass new_pass
```
+
+## Optional: Creating a regular user to work with on Linux
+Start with logging in to your Linux machine and create an account for the server itself on most recent distributions this can easily be done with the following command :
+
+```sudo adduser <username>``` Note: Change `<username>` to the preferred username of your going to use on your server.
+
+```sudo su - <username>``` Note: Switch user to newly created `<username>` so everything will run and compile with the user you just have created.