Discontinued in favor of Statamechanic.
This script will:
-
Remove the following files/directories:
-
_config/fieldsets/* (everything in dir)
-
_config/settings.yaml.sample
-
_config/users/admin.yaml.sample
-
_content/* (everything in dir)
-
_themes/london-wild
-
assets/img
-
check.php
-
sample.htaccess
NOTE
I remove this because I use the H5BP .htaccess and add the Statamic stuff to it. If you don't use another .htaccess, removesample.htaccessfrom line 2. You can fork this script and addmv sample.htaccess .htaccessto line 3 if you want to use the default Statamic .htaccess.
-
-
Collect your information to create an admin account, complete with boilerplate bio.
-
Set your _content and _config/users dirs to 777. I'm not yet sure that's best practice, but I can't find it in the docs/forums, and I couldn't get it to work otherwise.
@jackmcdade, ah, right. i use the H5BP .htaccess and add the statamic stuff to it. i'll make a note of that in the readme. thanks for pointing that out.