Bladeren bron

Cleanup README.md

Johannes Zellner 9 jaren geleden
bovenliggende
commit
42dffb571e
1 gewijzigde bestanden met toevoegingen van 9 en 11 verwijderingen
  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.