updated readme.
This commit is contained in:
12
README.md
12
README.md
@@ -132,9 +132,7 @@ for the storage, it'll likely try to not use your whole drive, make sure to read
|
|||||||
continue through the menu until the software installs, then reboot and take out the flash drive.
|
continue through the menu until the software installs, then reboot and take out the flash drive.
|
||||||
|
|
||||||
## router port-forwarding
|
## router port-forwarding
|
||||||
you will also have to do some port-forwarding on your router. if you have an ISP-provided router, this should be either very straight-forward, or you'll have to ask your ISP for help.
|
you will also have to do some port-forwarding on your router. if you have an ISP-provided router, this should be either very straight-forward, or you'll have to ask your ISP for help. With aftermarket routers, follow a guide online.
|
||||||
|
|
||||||
With aftermarket routers, follow a guide online.
|
|
||||||
|
|
||||||
you will need to forward all of the following ports to your ubuntu machine:
|
you will need to forward all of the following ports to your ubuntu machine:
|
||||||
|
|
||||||
@@ -152,15 +150,19 @@ ports 80 and 443 only need to be forwarded if you want your websites to be avail
|
|||||||
|
|
||||||
## DNS records
|
## DNS records
|
||||||
if you are using a public DNS, you will need to add the following two records:
|
if you are using a public DNS, you will need to add the following two records:
|
||||||
|
|
||||||
name | type | value
|
name | type | value
|
||||||
|
|
||||||
@ | A | <insert_your_public_ip_here>
|
@ | A | <insert_your_public_ip_here>
|
||||||
* | CNAME | @
|
|
||||||
|
\* | CNAME | @
|
||||||
|
|
||||||
|
|
||||||
## Running the script
|
## Running the script
|
||||||
we can now start using CloudDeploy:
|
we can now start using CloudDeploy:
|
||||||
|
|
||||||
if you get an error at the start, run the following:
|
if you get an error at the start, run the following:
|
||||||
|
|
||||||
`sudo apt update && sudo apt upgrade -y && sudo apt install git curl`
|
`sudo apt update && sudo apt upgrade -y && sudo apt install git curl`
|
||||||
|
|
||||||
copy the repo:
|
copy the repo:
|
||||||
@@ -186,6 +188,8 @@ the whole install from scratch will take a bit, depending on your internet speed
|
|||||||
|
|
||||||
|
|
||||||
If you struggle with downloads timing out during the script, you can run the pre-download.sh script, which pre-downloads all the containers. to do this:
|
If you struggle with downloads timing out during the script, you can run the pre-download.sh script, which pre-downloads all the containers. to do this:
|
||||||
|
|
||||||
`sudo chmod a+x ./pre-download.sh`
|
`sudo chmod a+x ./pre-download.sh`
|
||||||
|
|
||||||
`sudo ./pre-download.sh`
|
`sudo ./pre-download.sh`
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user