Change title names
This commit is contained in:
parent
8139b5ed61
commit
9ae748a80e
@ -10,7 +10,7 @@ You have to manually install Docker first if you don't have it installed on your
|
|||||||
|
|
||||||
If you want to specify the version of NamelessMC you want, head to https://github.com/NamelessMC/Nameless-Docker#manually-run-commands.
|
If you want to specify the version of NamelessMC you want, head to https://github.com/NamelessMC/Nameless-Docker#manually-run-commands.
|
||||||
|
|
||||||
## # Automated deployment
|
## # Automated Deployment
|
||||||
You will need to install [Docker Compose](https://docs.docker.com/compose/) for automated deploying. If you don't have it installed, run the following:
|
You will need to install [Docker Compose](https://docs.docker.com/compose/) for automated deploying. If you don't have it installed, run the following:
|
||||||
|
|
||||||
```
|
```
|
||||||
@ -29,7 +29,7 @@ $ docker-compose up -d
|
|||||||
|
|
||||||
When the container is up, follow the guide at https://github.com/NamelessMC/Nameless-Docker#namelessmc-installation.
|
When the container is up, follow the guide at https://github.com/NamelessMC/Nameless-Docker#namelessmc-installation.
|
||||||
|
|
||||||
## # Manually run commands
|
## # Manual Deployment
|
||||||
If you more like to run the containers by yourself or using them with other containers like [jwilder/nginx-proxy](https://github.com/jwilder/nginx-proxy), you may want to do it yourself.
|
If you more like to run the containers by yourself or using them with other containers like [jwilder/nginx-proxy](https://github.com/jwilder/nginx-proxy), you may want to do it yourself.
|
||||||
|
|
||||||
First, clone the repository:
|
First, clone the repository:
|
||||||
@ -62,7 +62,7 @@ $ docker run -d -p 80:80 --link nameless_db --name nameless namelessmc
|
|||||||
|
|
||||||
That's it!
|
That's it!
|
||||||
|
|
||||||
# # NamelessMC Installation
|
# # Installation
|
||||||
After deploying the containers, open up the corresponding URL in your web browser to get started with NamelessMC.
|
After deploying the containers, open up the corresponding URL in your web browser to get started with NamelessMC.
|
||||||
|
|
||||||
By default, the web server will be available at `0.0.0.0:80`, means if you deployed it on you own computer, the URL is gonna be `http://localhost`. Instead, if you did it on a remote server, the URL would be `http://<your-server-ip-addr>`.
|
By default, the web server will be available at `0.0.0.0:80`, means if you deployed it on you own computer, the URL is gonna be `http://localhost`. Instead, if you did it on a remote server, the URL would be `http://<your-server-ip-addr>`.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user