Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evertramos/server-automation
https://github.com/evertramos/server-automation
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/evertramos/server-automation
- Owner: evertramos
- License: bsd-3-clause-clear
- Created: 2020-09-14T09:59:22.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-27T01:36:37.000Z (about 1 year ago)
- Last Synced: 2024-10-09T10:14:31.361Z (2 months ago)
- Language: Shell
- Size: 357 KB
- Stars: 42
- Watchers: 1
- Forks: 17
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Server Automation 🚀
Scripts to automate your daily work in bash scripting!️
> 🚧 This is a _work in progress_ project
## Video Tutorials
[![youtube](https://img.shields.io/badge/YouTube-FF0000?style=for-the-badge&logo=youtube&logoColor=white)](https://www.youtube.com/channel/UCN5wb0eA3ZLlvJNYo23qBRQ)
### Instalation using [easy-server](https://github.com/evertramos/easy-server)
https://youtu.be/lABtNXuHYdc
> We will update the youtube channel with more videos
## How to start 🔰
[![shell script](https://img.shields.io/badge/Shell_Script-121011?style=for-the-badge&logo=gnu-bash&logoColor=white)](https://github.com/evertramos)1. Make sure NGINX Proxy is running
Please check [NGINX Proxy Automation](https://github.com/evertramos/nginx-proxy-automation) for more details.
> You will need the proxy running to run some scripts in this project
2. Clone this repository using the option **_--recurse-submodules_** ⚠
```bash
git clone --recurse-submodules https://github.com/evertramos/server-automation server-automation
```We use [**basescript**](https://github.com/evertramos/basescript) 🛰
3. Create .env file
```bash
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.
4. Start new site!
Go to wordpress folder, create .env file and run new site script!
```bash
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](https://github.com/evertramos/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](https://img.shields.io/badge/Patreon-F96854?style=for-the-badge&logo=patreon&logoColor=white)](https://www.patreon.com/evertramos)
[![image](https://img.shields.io/badge/picpay-21C25E?style=for-the-badge&logo=picpay&logoColor=white)](https://picpay.me/evert.ramos)