Skip to content

Commit

Permalink
[add] readme's documentation i18n in english, portuguese and spanish
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiopiovam committed Aug 17, 2014
1 parent b7cbe07 commit 4e07d37
Show file tree
Hide file tree
Showing 3 changed files with 116 additions and 0 deletions.
40 changes: 40 additions & 0 deletions README.es.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
motosucata-django
=================

Website / Catalogo desarrollado en Django

Instalación y Uso
-----------------

1. Clone el proyecto

``` sh
$ git clone https://github.com/laborautonomo/motosucata-django.git
$ cd motosucata-django
```

2. Crear y activar el [vitualenv](http://pypi.python.org/pypi/virtualenv)

``` sh
$ virtualenv venv
$ source venv/bin/activate
```

3. Bajar y hacer la instalación de los requerimientos con [pip](http://pypi.python.org/pypi/pip)

``` sh
$ pip install -r requirements.txt
```

4. Configurar el proyecto en lo archivo `motosucata/settings.py`

5. Sincroniza la base de datos: `$ python manage.py syncdb`

6. Recoger los archivos estáticos: `$ python manage.py collectstatic`


Referencias
-----------

* [Django documentation](https://docs.djangoproject.com/en/1.6/)
* [Getting Started with Django on Heroku](https://devcenter.heroku.com/articles/getting-started-with-django)
36 changes: 36 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,39 @@ motosucata-django
=================

Website / Catalog developed with Django

Installation / Usage
--------------------

1. Clone the project

``` sh
$ git clone https://github.com/laborautonomo/motosucata-django.git
$ cd motosucata-django
```

2. Create and active [vitualenv](http://pypi.python.org/pypi/virtualenv)

``` sh
$ virtualenv venv
$ source venv/bin/activate
```

3. Download and install requirements with [pip](http://pypi.python.org/pypi/pip)

``` sh
$ pip install -r requirements.txt
```

4. Configure the project in `motosucata/settings.py` file

5. Syncronize database with `$ python manage.py syncdb`

6. Collect static files with `$ python manage.py collectstatic`


References
----------

* [Django documentation](https://docs.djangoproject.com/en/1.6/)
* [Getting Started with Django on Heroku](https://devcenter.heroku.com/articles/getting-started-with-django)
40 changes: 40 additions & 0 deletions README.pt_BR.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
motosucata-django
=================

Website / Catalogo desenvolvido com Django

Uso e Instalação
----------------

1. Clone o projeto

``` sh
$ git clone https://github.com/laborautonomo/motosucata-django.git
$ cd motosucata-django
```

2. Crie e ative o [vitualenv](http://pypi.python.org/pypi/virtualenv)

``` sh
$ virtualenv venv
$ source venv/bin/activate
```

3. Baixe e instale os requerimentos utilizando [pip](http://pypi.python.org/pypi/pip)

``` sh
$ pip install -r requirements.txt
```

4. Configure o projeto no arquivo `motosucata/settings.py`

5. Syncronize a base de dados: `$ python manage.py syncdb`

6. Colete os arquivos estáticos: `$ python manage.py collectstatic`


Referências
-----------

* [Django documentation](https://docs.djangoproject.com/en/1.6/)
* [Getting Started with Django on Heroku](https://devcenter.heroku.com/articles/getting-started-with-django)

0 comments on commit 4e07d37

Please sign in to comment.