Skip to content

Download

JulianFun123 edited this page Nov 17, 2019 · 1 revision

Download

Execute this command in your project directory

wget https://raw.githubusercontent.com/interaapps/uppm/master/uppm

Or download it directly: https://raw.githubusercontent.com/interaapps/uppm/master/uppm

Install globally on linux

sudo wget https://raw.githubusercontent.com/interaapps/uppm/master/uppm
sudo mv uppm /usr/local/bin/uppm
sudo chmod 777 /usr/local/bin/uppm

Or in a project folder php uppm linuxglobal (Also useful for updating) Now you can use uppm instead of php uppm and you can use it globally!

You could also check out Ulole Framework

Clone this wiki locally