Menu

Malaya Wa Tz Rahatupu Blog Install Today

Your domain name is your address on the web (e.g., yourblog.com).

php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
HASH=$(curl -s https://composer.github.io/installer.sig)
php -r "if (hash_file('SHA384', 'composer-setup.php') === '$HASH')  echo 'Installer verified';  else  echo 'Installer corrupt'; unlink('composer-setup.php');  echo PHP_EOL;"
php composer-setup.php --install-dir=/usr/local/bin --filename=composer
rm composer-setup.php
# Test
composer --version

Starting a blog involves three main steps: choosing a domain, selecting hosting, and installing the platform. Here is a step-by-step process.