diff options
author | Mark Longair <mhl@pobox.com> | 2012-04-20 15:44:10 +0100 |
---|---|---|
committer | Mark Longair <mhl@pobox.com> | 2012-04-23 11:15:14 +0100 |
commit | a3bd45f927836d826cf0f6141bc63f3b1972eddd (patch) | |
tree | 5d0a231e6aeab05f587eae27fa2bd3429d25287a /notes | |
parent | 64c21787babd5665dec7a6d81366d59f8e6f2bfb (diff) |
There's no need to "unpack" the code after cloning
Diffstat (limited to 'notes')
-rw-r--r-- | notes/INSTALL.pod | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/notes/INSTALL.pod b/notes/INSTALL.pod index cf0034eb5..087deebc5 100644 --- a/notes/INSTALL.pod +++ b/notes/INSTALL.pod @@ -86,16 +86,14 @@ geolocation services. =head1 DETAILED INSTALLATION INSTRUCTIONS -=head2 Unpacking the Code - -Once you've downloaded the code you should unpack it. The best place to do this -is in the location you want the web server vhost to be. - =head2 Creating the database The default settings file assumes the database is called fms and the user the same. You can change these if you like. + + + =head2 Set up the database Once you've created the database you can use the sql in C<db/schema.sql> to create the required |