Skip to content

Commit

Permalink
Removing need for invoke
Browse files Browse the repository at this point in the history
  • Loading branch information
Iago Veloso committed Apr 21, 2018
1 parent 430669d commit a4369e4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 15 deletions.
5 changes: 3 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,11 @@ Install `Docker engine <https://docs.docker.com/engine/installation/>`_.

Open a terminal and introduce the following commands::

pip install invoke==0.14.0
git clone https://github.com/iago1460/django-radio
cd django-radio
inv quickstart
chmod +x ./run
./run start
./run manage create_example_data


Now that the server’s running (don't close the terminal), visit http://127.0.0.1:8000/
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '2'
version: '3'
services:


Expand All @@ -10,7 +10,7 @@ services:
dockerfile: docker/django.Dockerfile
environment:
- DJANGO_LOG_LEVEL=ERROR
- MANAGE_PY
- MANAGE_PY=${MANAGE_PY:-python manage.py}
volumes:
- ./:/radioco
expose:
Expand Down
11 changes: 0 additions & 11 deletions radioco/configs/base/manage.py

This file was deleted.

0 comments on commit a4369e4

Please sign in to comment.