updated readme
This commit is contained in:
12
README.md
12
README.md
@@ -29,6 +29,18 @@ Unlike other AIO software, CloudDeploy is not a fully integrated product. CloudD
|
||||
|
||||
this method allows CloudDeploy based deployments to be easily modified and experimented with.
|
||||
|
||||
## quick-deploy:
|
||||
|
||||
pre-requisites: pre-installed ubuntu server machine with at least 8GB RAM, 4 cores, enough storage for your liking, a static ip and port-forwarding 443, 80 and 51820 from your router to that ip. a purchased DNS domain with an A record pointing @ to your public ip and a CNAME record pointing \* to @
|
||||
|
||||
run the following command:
|
||||
|
||||
`sudo apt update && sudo apt upgrade -y && sudo apt install git curl && sudo git clone https://git.sdgcloud.nl/SDGDen/CloudDeploy.git && cd CloudDeploy && sudo chmod a+x ./deploy.sh && sudo ./deploy.sh`
|
||||
|
||||
this will update your system, install git and curl (needed for the script to run), clone the repo, make the script runable and runs it.
|
||||
|
||||
below is more detailed instructions and explanations.
|
||||
|
||||
# Different options
|
||||
|
||||
CloudDeploy has a couple of options for deploying, primarily this is relating to how domain names are handled.
|
||||
|
||||
Reference in New Issue
Block a user