aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2015-10-08 10:48:36 +0300
committerFilipp Lepalaan <filipp@mac.com>2015-10-08 10:48:36 +0300
commit2a7251afa0438b1472c66932a4c22d378ae15c28 (patch)
treece9752d1f44369bb5f2b372982e953911303c056 /README.md
parent88e291a6ed830f11671f04893031eec2291a6703 (diff)
downloadServo-2a7251afa0438b1472c66932a4c22d378ae15c28.tar.gz
Servo-2a7251afa0438b1472c66932a4c22d378ae15c28.tar.bz2
Servo-2a7251afa0438b1472c66932a4c22d378ae15c28.zip
Cleanup
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 5 insertions, 12 deletions
diff --git a/README.md b/README.md
index 6877ed0..1c3a016 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,5 @@
Introduction
============
-
Servo is a service management system for Authorised Apple Service Providers. It allows you to run your entire service business from within the same interface. Originally created in 2012 it is being used by service providers both large and small all around Europe.
Main features include:
@@ -22,7 +21,6 @@ Main features include:
System Requirements
===================
-
The application is written in Python on top of the excellent [Django web framework](https://www.djangoproject.com) and depends on the latest stable versions of the following components for operation:
- PostgreSQL
@@ -34,7 +32,6 @@ The application is written in Python on top of the excellent [Django web framewo
Installation
============
-
Install PostgreSQL, nginx, memcached, rabbitMQ. Then install the necessary Python packages:
$ pip install -U -r requirements.pip
@@ -48,7 +45,6 @@ Then clone the code:
Configuration
=============
-
Edit local_settings.py (these are settings specific to your installation):
import logging
@@ -100,13 +96,11 @@ Then fire up your browser and got to http://localhost:8080/
The VMWare Image
================
-
You can also download a preconfigured VMWare image [here](http://files.servoapp.com/vmware/). Please read the included README files for instructions.
Updating
========
-
First, back up your database, then:
$ git pull origin master
@@ -117,15 +111,14 @@ After which you should restart your Servo instance.
Documentation
=============
-
End-user documentation for the system is available [here](https://docs.servoapp.com). A user-friendly list of changes is published [here](https://docs.servoapp.com/changelog/).
FAQ
===
-
-Q: Why use Django?
-A: Because it works. Django also has the best documentation of any framework I've seen (especially from from PHP and Zend Framework)
+- Q: Why use Django?
+- A: Because it works. Django also has the best documentation of any framework I've seen (especially coming from PHP and Zend Framework)
+----
+- Q: Why is Servo open-source?
+- A: Because it's a mission-critical application and open-sourcing it means that companies will always have access to it.
----
-Q: Why is Servo open-source?
-A: Because it's a mission-critical application and open-sourcing it means that companies will always have access to it.