瀏覽代碼

Cleanup README.md

Johannes Zellner 9 年之前
父節點
當前提交
42dffb571e
共有 1 個文件被更改,包括 9 次插入11 次删除
  1. 9 11
      README.md

+ 9 - 11
README.md

@@ -1,5 +1,13 @@
+Wordpress App
+=============
+
+Source
+------
+https://wordpress.org/download/
+
+
 Notes
-=====
+-----
 The site_url() will always be the location where you can reach the site by tacking on /wp-admin on the end, while home_url() would not reliably be this location.
 
 put this in wp-config.php for debugging
@@ -26,16 +34,6 @@ if ( true === WP_DEBUG ) {
         error_log( $log );
     }
 }
-Building
-========
 
-docker build -t girish/wordpress .
-
-Running
-=======
-docker run -tiP --link mysql:mysql -e MYSQL_URL=<url> -v /tmp/data:/app/data girish/wordpress
-
-Notes
-=====
 The install step seems to install cookies! When testing using docker, make sure that the cookies of a previous install are cleared. Otherwise, one keeps getting a 304.