Skip to content

evertramos/server-automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fd8d16c Β· Sep 27, 2023
Mar 31, 2021
Sep 27, 2023
Sep 27, 2023
Feb 25, 2022
Feb 25, 2022
Feb 25, 2022
Apr 2, 2022
Feb 25, 2022
Feb 25, 2022
Feb 25, 2022
Apr 2, 2022
Feb 25, 2022
Jan 27, 2022
Feb 25, 2022
Feb 25, 2022
Apr 2, 2022
Feb 25, 2022
Feb 25, 2022
Oct 13, 2022
Apr 2, 2022
Apr 2, 2022
May 3, 2022
Sep 26, 2023
Jan 27, 2022
Aug 30, 2020
Mar 3, 2022
Apr 2, 2022

Repository files navigation

Server Automation πŸš€

Scripts to automate your daily work in bash scripting!️

🚧 This is a work in progress project

Video Tutorials

youtube

Instalation using easy-server

https://youtu.be/lABtNXuHYdc

We will update the youtube channel with more videos

How to start πŸ”°

shell script

  1. Make sure NGINX Proxy is running

Please check NGINX Proxy Automation for more details.

You will need the proxy running to run some scripts in this project

  1. Clone this repository using the option --recurse-submodules ⚠
git clone --recurse-submodules https://github.com/evertramos/server-automation server-automation 

We use basescript πŸ›°

  1. Create .env file
cd server-automation && cp .env.example .env

Make sure your file path where you cloned this project (item 2) and proxy (item 1) are correct.

  1. Start new site!

Go to wordpress folder, create .env file and run new site script!

cd wordpress && cp .env.example .env && ./new-site.sh --new-url PUT_HERE_YOUR_DOMAIN.com --disable-letsencrypt --skip-docker-image-check

In this item we will use Docker WordPress version number 'v0.6' for now.

If you want to have Lets Encrypt running, please inform the correct email address in ./server-automation/wordpress/.env file and remove --disable-letsencrypt option from the line above.

Done! 🏁

Check the domain in the browser and install your new WordPress site!

Your domain url, used in the option --new-url above, must have the DNS correctly pointing to your server.

Contribute

image image

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages