X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fsite_avenger%2Fpowerup.sh;h=46070f60c9e3a973e2803e8b4826f3807080edc5;hb=0429ffb00a3f48ad1a6cb987d483609fe76c1a97;hp=1c2b342562c00bf8968a8c01f138f22e2a372b86;hpb=a2f21d88510a3fcb6d20802bf1c717a733e9c2e5;p=feisty_meow.git diff --git a/scripts/site_avenger/powerup.sh b/scripts/site_avenger/powerup.sh index 1c2b3425..46070f60 100644 --- a/scripts/site_avenger/powerup.sh +++ b/scripts/site_avenger/powerup.sh @@ -3,8 +3,8 @@ # Author: Kevin Wentworth # Author: Chris Koeritz -# This script "powers up" a cakephp site by running the database migrations, -# cleaning out the ORM cache, and fixing file permissions. +# This script "powers up" a cakephp site by checking out the code from the +# git repository and installing the composer dependencies. # This script is currently highly specific to site avenger. # General Info: @@ -13,7 +13,7 @@ # A git repository is expected to be provided, and we will get all the code # for the web site from there. The repository is expected to have a single # application "name" and one or more "themes". By convention, the name -# and the theme are often the same. +# and the theme are often the same, except the theme is capitalized. # For example, let's say our app name is "turtle" and our theme name is "box". # The repo is checked out to a folder called "~/apps/turtle". # This script will want to use "turtle" as the app name.