summaryrefslogtreecommitdiff
path: root/ReadMe.rst
diff options
context:
space:
mode:
authorholyantony2015-04-30 17:20:46 +0530
committerholyantony2015-04-30 17:20:46 +0530
commit20998fcb52d55b25da2f63965c98e7b171d4f1ed (patch)
treee0bfd0d5fbb3600d38b558645ba293a54b4572b0 /ReadMe.rst
parentb36782ec5fed77fd3f185c699f2d8adff980d01e (diff)
downloadFOSSEE-Forum-20998fcb52d55b25da2f63965c98e7b171d4f1ed.tar.gz
FOSSEE-Forum-20998fcb52d55b25da2f63965c98e7b171d4f1ed.tar.bz2
FOSSEE-Forum-20998fcb52d55b25da2f63965c98e7b171d4f1ed.zip
Subject:Adjusted logo and changed CSS for look and feel
Description:
Diffstat (limited to 'ReadMe.rst')
-rw-r--r--ReadMe.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/ReadMe.rst b/ReadMe.rst
index 1a1eece..dc6d16a 100644
--- a/ReadMe.rst
+++ b/ReadMe.rst
@@ -33,7 +33,7 @@ Installation
cd /path/to/spoken-tutorial-forums
-- Install pre-requisites using the command ::
+- Install pre-requisites using the command (please don't use sudo) ::
pip install -r requirement.txt
@@ -45,12 +45,12 @@ Installation
Usage
-----
-- Using MySql (For development server only). Though, we recommend to use `mysql` for deployment
+- Using MySQL (For development server only). Though, we recommend to use `MySQL` for deployment
server. See `settings.py` file for usage.
- Create 'forum' database in 'MySQL'.
-- Only for Server deployment, Open `spoken-tutorial-forums/forums/settings.py` file and do the following changes ::
+- Only for Server deployment, open `spoken-tutorial-forums/forums/settings.py` file and make the following changes ::
DATABASES = {
'default': {
@@ -64,13 +64,13 @@ Usage
}
-- For development on your machine, create a file `config.py` to `spoken-tutorial-forums/forums/` and write ::
+- For development on your machine, create a file `config.py` in `spoken-tutorial-forums/forums/` and add ::
db_user='root' #(MySql username)
db_pass = 'root' #(MySql password)
-- For development on your machine, Open `spoken-tutorial-forums/forums/settings.py` file and do the following changes ::
+- For development on your machine, open `spoken-tutorial-forums/forums/settings.py` file and make the following changes ::
DATABASES = {
'default': {