Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ludovic-bouguerra committed Sep 21, 2015
1 parent 9843e63 commit dcd490f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,16 @@ pip install -r requirements.txt

## Database configuration / installation

You have to add into edX settings file

For dev environment you have to add at the end of /edx/app/edxapp/edx-platform/cms/envs/devstack.py and /edx/app/edxapp/edx-platform/lms/envs/devstack.py
For dev environment you have to append the following lines into /edx/app/edxapp/edx-platform/cms/envs/devstack.py and /edx/app/edxapp/edx-platform/lms/envs/devstack.py

```python

INSTALLED_APPS += ('videoknotes',)

```

After that it's necessary to setup database.
After that it's necessary to setup the database.

```
cd /edx/app/edxapp/edx-platform
Expand All @@ -70,7 +69,7 @@ Installing indexes ...
Installed 0 object(s) from 0 fixture(s)


Restart your edx
Restart your edX
```
cd /edx/app/edxapp/edx-platform
paver devstack --fast studio
Expand Down

0 comments on commit dcd490f

Please sign in to comment.