Stay Tuned!

Subscribe to our newsletter to get our newest articles instantly!

Apps

How to Troubleshoot in Deploying App via Git/BitBucket or manually to Azure/DigitalOcean

  • 15 January 2016
  • 0 Comments

Git Bash cd /c/wamp/www rm -rf .git git add index.html git commit -m “Celebration” git push azure master DigitalOcean The Apache’s log for Ubuntu is located under: Enable mod_rewrite on the apache server: sudo a2enmod rewrite Edit /etc/apache2/apache2.conf, changing the “AllowOverride” directive for the /var/www directory (which is my main document root): AllowOverride All Then […]