Explore Docker wordpress nginx on Docker Windows

The purpose here: quick install and run all in one docker with nginx+php+mysql+wordpress eugeneware explore docker inside portable docker for windows Check here if you want to know how to make portable docker toolbox for windows. $ dockerstart installation docker images $ docker pull eugeneware/docker-wordpress-nginx Using default tag: latest latest: …

Install wordpress on opensuse

Assumed apache+php+mysql is ready on opensuse, otherwise check out here. WordPress is just pure php+mysql application, it’s easy to install on opensuse. 1) download wordpress 3.0 download from here. # mv //wordpress-3.0.zip /srv/www/htdocs # cd /srv/www/htdocs # unzip wordpress-3.0.zip # cd wordpress-3.0 # cp wp-config-sample.php wp-config.php fill up the database …