Skip to content

jpalidev/jpalidev.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jpalidev.github.io

Copy this website to your own server like this.

Debian or Ubuntu

sudo apt install wget

wget https://github.com/jpalidev/jpalidev.github.io/archive/master.zip

sudo apt install unzip

unzip master.zip

sudo cp -rf jpalidev.github.io-master/* /var/www/html

CentOS

sudo yum install wget

wget https://github.com/jpalidev/jpalidev.github.io/archive/master.zip

sudo yum install unzip

unzip master.zip

sudo cp -rf jpalidev.github.io-master/* /var/www/html