Craft CMS installation easy steps:
- By Preneesh AV --
- 05-Apr-2019 --
- 127 Comments
Craft CMS installation easy steps:
Craft cms requires following php extensions:
The cURL extension is required.
The zip extension is required for zip and unzip operations.
On ubuntu os we can install by follwoing command:
sudo apt-get install -y php-curl
sudo apt-get install -y php-zip
Restart webserver after that:
sudo service apache2 restart
download composer.phar and install craft cms . Run following command:
php composer.phar create-project craftcms/craft
Open browser and open the following url.
http://<Hostname>/index.php?p=admin/install (substituting <Hostname> with your web server’s host name).
In my case it was:
http://localhost/projects/craft/web/index.php?p=admin/install