Install
Installation
tequilarapido is distributed as a phar. (Similar to how for instance composer
is installed)
*nix
Download latest release directy to /usr/local/bin for easy access and make it executable
cd /usr/local/bin
curl --insecure -L https://github.com/tequilarapido/appcli/raw/master/dist/downloads/appcli.phar > appcli
chmod +x appcli
Windows (cygwin compatible)
- Create a directory for the app (in c:\ProgramData for instance)
cd "c:\ProgramData"
mkdir tequilarapido-appcli
cd tequilarapido-appcli
- Download appcli.phar, appcli and appcli.bat
# If not on cygwin (just download files using your browser)
wget --no-check-certificate https://github.com/tequilarapido/appcli/raw/master/dist/downloads/appcli.phar
wget --no-check-certificate https://github.com/tequilarapido/appcli/raw/master/dist/downloads/install/appcli.bat
wget --no-check-certificate https://github.com/tequilarapido/appcli/raw/master/dist/downloads/install/appcli
Add created directory to your Windows Environement variable (%PATH%)
Restart your console
Test your install
Run the command above, if everything is ok, it will show you the version of the installed appcli.
appcli --version
Update
Just run
appcli self-update
If your have an error, you can always update manually be replacing the phar with the latest release