Store results for checkwps of both current and release.
[rockboxthemes.git] / README
blob1cd75d4b2132e6b4cf05db7156888cfae60efd3c
1 == INSTALLATION ==
3 1. Put the dir "public" somewhere where your webserver can see it. If you're
4    running the site, making it the document root is expected.
5 2. Edit public/preconfig.inc.php to point to the location of
6    private/config.inc.php. This directory should absolutely NOT be reachable
7    through the webserver.
8 3. Edit private/config.inc.php and fix all the paths/settings.
9 4. The following dirs/files need to be writable by the webserver user:
10     - private/themes.db
11     - private/templates/cache
12     - private/templates/compiled
13     - public/themes
14 5. Compile checkwps for all targets and put them in private/checkwps/release
15    and private/checkwps/current. Put their versions in a file named VERSION
16    in each dir. See private/checkwps/current/update.sh for an easy way to do
17    this.
18 6. Add some admin users using private/adduser.sh. This is done through the
19    console to create an implicit "superadmin".