Skip to content

ch0sys/SwiftPanel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SwiftPanel

     Install SwiftPanel on Centos
     wget https://raw.githubusercontent.com/ch0sys/SwiftPanel/master/install.sh
     chmod +x *
     ./install.sh
     
     Open DataBase
     mysql -u root -p  (Write you password)
     CREATE DATABASE swiftpanel;
     CREATE USER 'swiftpanel'@localhost IDENTIFIED BY 'gpanel1';
     GRANT ALL PRIVILEGES ON swiftpanel.* TO 'swiftpanel'@localhost;
     use swiftpanel;
     exit
     
     Info DataBase
     hostname - localhost
     username - swiftpanel
     name - swiftpanel
     password - gpanel1
     
     
    Add info to configuration.php
    And go youdomain.com/install
    And you finish install go /var/www/html and remove folder " install "
    Thanks you

Problem? : contact@ch0.io

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published