aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorNathan Lasseter <nathan@4574.co.uk>2014-06-07 10:16:18 +0000
committerNathan Lasseter <nathan@4574.co.uk>2014-06-07 10:16:18 +0000
commitb05cc0180d8dae5af2cc11860c3654cc0e45ed2b (patch)
tree231cf7df9190b0aedaeff73faf9c5a6d75296a57 /README
parent6d03e10297392a4b8092a7b27258b2b9abc96a16 (diff)
Refactoring and updated configs
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 3 insertions, 5 deletions
diff --git a/README b/README
index f2969fc..e9daa11 100644
--- a/README
+++ b/README
@@ -6,18 +6,16 @@ I wanted an exceptionally small piece of blogging software, where each post was
This is that piece of software.
-Installation (Apache):
+Installation (Common):
* Clone the repo
* Create a posts directory
* Move settings.sample to settings.php and configure it
* Create a .htpasswd file for posting users
+
+Installation (Apache):
* Create an Apache virtual host or .htaccess file based on htaccess.sample
* (Optional) delete .sample files
Instructions (nginx):
-* Clone the repo
-* Create a posts directory
-* Move settings.sample to settings.php and configure it
-* Create a .htpasswd file for posting users
* Create an nginx server based on nginx.sample
* (Optional) delete .sample files