Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinKweyu authored Jan 23, 2023
1 parent ae162c1 commit 169fe57
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# masomo
An e-learning platform
>An e-learning platform. Organise modules, courses and subjects with dynamic content between video and text.
Install dependencies and run migrations.
## Setting up masomo

## Manual
Clone the repo, install dependencies and run migrations.

```bash
pip install -r requirements.txt
Expand All @@ -13,7 +16,11 @@ Start memecache on a different terminal
memecache -l 127.0.0.1:11211
```

Run the project and access the componentson `127.0.0.1:8000`
Run the project and access the components on `127.0.0.1:8000`
```bash
python manage.py runserver
```
```

## Docker - it just works(WIP)
**Basic requirements**
- Docker

0 comments on commit 169fe57

Please sign in to comment.