• Features of wp-automate 1.10.0

    Take a look wp-automate WordPress CLI and it’s automation features. CLI features When project generated from CLI, it takes some inputs from a user for creating projects. It takes from user like supporting details Project name: this will be theme name, text-domain, and function prefix, variable prefix. db details: For...

  • Create project with wp-automate cli

    Wp-automate CLI is very advanced and fully customizable to manage WordPress theme development automation. Take a brief look how Wp-automate CLI generates new projects.

  • Change apache default config

    In Unix system for apache have different permissions group. And for this reason, every time I have to change permission. You can easily change some config for this issues. I specifically place all project in the same directory. For this reason, I change some apache config. Change apache default user...

  • Install dependency first

    Installtion script in ubuntu 16.10 sudo apt install apache2 sudo systemctl status apache2.service sudo netstat -tlpn sudo a2enmod ssl sudo a2ensite default-ssl.conf sudo systemctl restart apache2.service sudo netstat -tlpn sudo systemctl enable apache2 sudo apt search php7.0 sudo apt install php7.0 libapache2-mod-php7.0 php7.0-mysql php7.0-xml php7.0-gd php -v #sudo nano /var/www/html/info.php...