Server setup basic guide

 BASIC GUIDE

  • ssh root@192.168.0.1 -p 22
  • adduser hasib
  • ssh -l hasib 192.168.0.1
  • Update OS
  • Install Apache
  • Install MySQL
  • Install PHP
  • Install Composer
    (Composer install and globalization)
    sudo php /tmp/composer-setup.php --install-dir=/usr/local/bin –filename=composer
  • Install Git
  • Set DNS Server Name to Domain Name Provider Panel

Comments

Popular posts from this blog

WP register_post_type() with custom CMB2 meta box

Git post receive setup at server for git push to the production from local machine