diff --git a/README.md b/README.md index 5723056..eecc115 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Installation is quite simple as there is no installer to run, and all server con 2. Place the code anywhere you'd like (that's at least 2 directories up from the root of your website). I recommend using /usr/share/pickles -3. Open the launchpad directory and you will find a sample site ready to be copied and pasted to wherever the site you set up is located. +3. Open the boilerplate directory and you will find a sample site ready to be copied and pasted to wherever the site you set up is located. - The directory public will need to be renamed to whatever you've set up your document root as. diff --git a/launchpad/config.php b/boilerplate/config.php similarity index 100% rename from launchpad/config.php rename to boilerplate/config.php diff --git a/launchpad/models/SampleModel.php b/boilerplate/models/SampleModel.php similarity index 100% rename from launchpad/models/SampleModel.php rename to boilerplate/models/SampleModel.php diff --git a/launchpad/modules/home.php b/boilerplate/modules/home.php similarity index 100% rename from launchpad/modules/home.php rename to boilerplate/modules/home.php diff --git a/launchpad/public/.htaccess b/boilerplate/public/.htaccess similarity index 100% rename from launchpad/public/.htaccess rename to boilerplate/public/.htaccess diff --git a/launchpad/public/index.php b/boilerplate/public/index.php similarity index 100% rename from launchpad/public/index.php rename to boilerplate/public/index.php diff --git a/launchpad/templates/__shared/index.phtml b/boilerplate/templates/__shared/index.phtml similarity index 100% rename from launchpad/templates/__shared/index.phtml rename to boilerplate/templates/__shared/index.phtml diff --git a/launchpad/templates/home.phtml b/boilerplate/templates/home.phtml similarity index 100% rename from launchpad/templates/home.phtml rename to boilerplate/templates/home.phtml