https://github.com/boldgrid/softaculous-updater
Script to Update or Create the BoldGrid Custom WordPress Package for Softaculous
https://github.com/boldgrid/softaculous-updater
Last synced: 9 months ago
JSON representation
Script to Update or Create the BoldGrid Custom WordPress Package for Softaculous
- Host: GitHub
- URL: https://github.com/boldgrid/softaculous-updater
- Owner: BoldGrid
- License: mit
- Created: 2017-07-14T15:52:08.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-12-19T18:45:11.000Z (over 7 years ago)
- Last Synced: 2025-03-16T00:44:28.610Z (over 1 year ago)
- Language: Shell
- Size: 461 KB
- Stars: 3
- Watchers: 9
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README

# BoldGrid Custom Softaculous Package Updater
This is an example bash script for both creating and maintaining the BoldGrid custom package for Softaculous. This script is an example of how to automate the process for your server, and the steps are explained in the [guide found here](https://www.boldgrid.com/support/advanced-tutorials/how-to-add-boldgrid-as-a-custom-softaculous-package/
)
## Getting Started
Since this is an example script, it is not meant to be deployed on a production server. For integration into your System, it is recommended to review this script with your System Administrator and test on a staging server before deploying live.
This script also includes bgrid.sql, info.xml, and install.xml to work with Softaculous One Click Installer, and Automatically installs the Grid One Welcome Inspiration when a user installs the custom script on their domain from Softaculous.

### Prerequisites
To install this software your server should be running Linux, and have the following dependencies installed:
wget
zip
tar
### Installing
Since this is purely an example, it is not recommended to run this on a production / live server without reviewing it first.
To install this script, you would need to run the following commands:
```
wget https://raw.githubusercontent.com/BoldGrid/softaculous-updater/master/bgpkgupdater.sh; chmod +x bgpkgupdater.sh; ./bgpkgupdater.sh
```
## Authors
* **Harry Jackson** - *Initial work* - [BoldGrid](https://www.boldgrid.com)
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
## Acknowledgments
* Inspiration comes from BoldGrid, The < FAST | EASY > To WordPress