Web centric DevOps tool box.
- Simple single file script
- Auto-complete commands via
rlwrap
- Run local or install globally
One line install.
wget -O - https://raw.githubusercontent.com/carmelosantana/shellper/master/install.sh | sudo bash
Alternatively you can clone the repository and run Shellper locally.
git clone https://github.com/carmelosantana/shellper.git shellper
cd "shellper"
chmod +x shellper.sh
-
rlwrap
is the only dependency installed by install.sh. Uninstall with:sudo apt remove rlwrap
-
The installer copies a single script. This can easily be removed with:
sudo rm /usr/local/bin/shellper
-
Run global
shellper
or local script
./shellper.sh
-
Start typing a command.
If installed via install.sh
rlwrap
will enable auto-complete.
You can include Shellper in your existing scripts or build entirely new scripts with just Shellper functions.
#!/bin/bash
source shellper.sh
#!/bin/bash
git clone https://github.com/carmelosantana/shellper
cd shellper/examples
chmod +x install-lamp.sh
./install-lamp.sh
sudo
or root access is required for install.
Provisions a simple performance oriented PHP web server.
The following will be installed and configured:
- Add Ondřej Surý PPA for latest stable releases
- Apache
- Enables
mod_event
- Enables
- PHP
- PHP-FPM
- User prompt to select MariaDB or MySQL
- Postfix
⭐ Contact for commercial support.
If you find this project useful or use it in a commercial environment please consider donating today with one of the following options.
- PayPal
- Bitcoin
bc1qhxu9yf9g5jkazy6h4ux6c2apakfr90g2rkwu45
- Ethereum
0x9f5D6dd018758891668BF2AC547D38515140460f
- Tron
TFw3D8UwduZJvx8J4FPPgPVZ2PPJfyXs3k
The code is licensed MIT and the documentation is licensed CC BY-SA 4.0.