Skip to content
This repository has been archived by the owner on Jul 20, 2018. It is now read-only.

Commit

Permalink
Ejecutar app
Browse files Browse the repository at this point in the history
  • Loading branch information
arendondiosa committed Oct 8, 2017
1 parent 67649c9 commit 38c0611
Showing 1 changed file with 33 additions and 1 deletion.
34 changes: 33 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,54 @@

[![Join the chat at https://gitter.im/python-pereira/Lobby](https://badges.gitter.im/python-pereira/Lobby.svg)](https://gitter.im/python-pereira/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

## Requerimientos

* Python >= 3.5

### Virtualenv

#### Instalación

```bash
apt install python-virtualenv
```

#### Crear Ambiente

```bash
virtualenv -p python3 env
```

## Deploy

```bash
cd web/
python freeze.py
```

### Virtualenv

```bash
env/bin/python web/freeze.py
```

## Run

```bash
cd web/
python run.py
```

### Virtualenv

```bash
env/bin/python web/run.py
```

## Test deploy

```bash
python -m http.server <port>
env/bin/python -m http.server <port>
```

## Copyright and License
Expand Down

0 comments on commit 38c0611

Please sign in to comment.