/simpatize_webservice

simpatize-api uses django-rest-framework to provide different platforms

Primary LanguagePython

Simpatize WebService

Build Status Stories in Ready

Description

TO-DO

Tech Stack

  • python-3.4
  • django-rest
  • heroku (for deployments)

Setup develop environment

Development tool

Dependencies

Install

  • Clone this repository
$ git clone https://github.com/simpatize/simpatize_webservice.git && cd simpatize_webservice
  • Start the virtual machine
$ vagrant up
  • Provision the machine
vagrant provision
  • Log in the development box
vagrant ssh
  • DataBase infos: user, table and password are 'vagrant'

How start django server

  • Start the django server
$ paver runserver

Heroku Deployment Environments

OPTIONAL: If you are using Mac and never ran virtualbox in your system, you will need to repair your disk (Open 'Disk Utility', select the disk and click on 'Repair Disk Permissions'). See more details on: https://forums.virtualbox.org/viewtopic.php?f=8&t=48224