Below are a list of commands to install and use httrack with a Debian-based Linux operating systems, such as Raspbian and Ubuntu. These installations are required on a clean Linux install. If you already have the installed packages, such as apache and php, just skip these steps:
sudo apt-get update
sudo apt-get install apache2
sudo apt-get install php5 libapache2-mod-php5 php5-mcrypt
/etc/init.d/apache2 restart
sudo apt-get install httrack
Do you want to continue[Y/n]
Type Y and hit Enter on the keyboard.
To open and edit your clones on your local Linux machine, you can place them in the /var/www
folder and access them through the browser with the URL http://localhost/my_clone_name.
Quick tip
No comments:
Post a Comment