Skip to content

Commit

Permalink
Merge pull request #49 from samsagaz/readme-fix
Browse files Browse the repository at this point in the history
README FIX
  • Loading branch information
facundobatista authored Mar 3, 2019
2 parents ac7a2c6 + 33ed278 commit ed21e3e
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
# Aplicación web para la gestión de membresías de la Asociación Civil

## Desarrollo

1. Crear un virtualenv y activarlo
2. Instalar los requirements: `pip install -r requirements.txt`
3. Instalar el proyecto en modo desarrollo: `pip install ".[dev]"`

### con Docker
## Desarrollo (con Docker)

```bash
make build-dev
Expand All @@ -25,13 +19,12 @@ Password (again):
Superuser created successfully.
```

# Producción

### con Docker
# Producción (con Docker)

```bash
# Actualizar el .env (copiado a partir del .env.dist)
export $(cat .env)
export $(grep -v '^#' .env)
make build-prod
make up-prod
make migrate
Expand Down

0 comments on commit ed21e3e

Please sign in to comment.