Skip to content

Set of scripts designed to automate the installation and management of CloudPanel

Notifications You must be signed in to change notification settings

josephgodwinkimani/install-cloudpanel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codacy Badge

How to use

e.g.

Install CloudPanel

bash <(wget -qO- https://raw.githubusercontent.com/josephgodwinkimani/install-cloudpanel/main/install)

OR

  1. Clone repository git clone https://github.com/josephgodwinkimani/install-cloudpanel.git myscripts
  2. Change directory to cd myscripts
  3. Add the execution permission find ~/myscripts -type f -name "*.sh" -exec chmod +x {} \;
  4. Run bash install.sh