shell scripts to setup Awesome Enterprise platform on a new WordPress website Use this bash file to create the enterprise site in one command for Easyengine V3 and above
We need
- Ubuntu 18.04 + server
This will setup following items
- Change the Timezone to Aisa/Kolkata
- Install WordOps
- Change the conf files for Nginx
- Installs aws-cli
- Installs Redis Server
- Installs aw3.sh script
- Installs wo-backup.sh script
- Installs Awesome Enterprise Platform
Post installation you will need to configure
- AWS CLI
- Backup Script
- Schedule the Cron for backup
Download this script, It will setup the WordOps on the server, along with other dependecies.
wget -qO awe.sh https://www.wpoets.com/awe && bash awe.sh
Alternativley
wget "https://raw.githubusercontent.com/WPoets/aw-setup/master/awe.sh" && bash awe.sh
Create the wordpress site by using WordOps
wo site create example.com --wpfc
Use below command to configure any wordpress site with Awesome Enterprise
aw3 --setup example.com
For other options type
aw3 --help
After running this command this script will ask the redis database no. enter the appropriate database no.
To add new WP user this script will promt you to register new user. enter y to add new user and follow the procedure.