-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from UchuServer/master
use release versions
- Loading branch information
Showing
5 changed files
with
8 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ Docker setup for running the Uchu Lego Universe server | |
- Docker | ||
- Docker Compose (a version that supports at least docker-compose v3.3 files) | ||
- [LU unpacked client](https://docs.google.com/document/d/1XmHXWuUQqzUIOcv6SVVjaNBm4bFg9lnW4Pk1pllimEg/edit) with [LCDRs TcpUdp mod](https://github.com/lcdr/raknet_shim_dll/releases/tag/2020-09-03) | ||
- Bash or PowerShell | ||
- Bash (macOS / Linux) or PowerShell (Windows) | ||
|
||
## Setup | ||
|
||
|
@@ -16,15 +16,14 @@ Docker setup for running the Uchu Lego Universe server | |
Clone the repository recursively, so that the Uchu source is also pulled: | ||
|
||
```bash | ||
git clone [email protected]:MickVermeulen/UchuDocker.git --recursive -b master | ||
git clone [email protected]:UchuServer/UchuDocker.git --recursive -b master | ||
``` | ||
|
||
#### Setting up your environment | ||
|
||
Copy the `.env.sample` file to `.env`: | ||
|
||
```bash | ||
# Use Bash or Powershell | ||
cp .env.sample .env | ||
``` | ||
|
||
|
@@ -52,7 +51,7 @@ This runs Uchu in the background along with Postgres and Redis. You can attach t | |
docker attach uchudocker_uchu_1 | ||
``` | ||
|
||
This allows you to input shell commands like `/adduser <username>`. You can exit the shell using `Ctrl+P + Ctrl+Q` (`Ctrl+C` closes the container, not just your session). | ||
This allows you to input shell commands like `/adduser <username>`. You can exit the shell using `Ctrl+P + Ctrl+Q` (Don't use `Ctrl+C`: it closes the container, not just your session). | ||
|
||
## Closing | ||
|
||
|
Submodule Uchu
updated
from 59c944 to a23b5b
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters