Giter Club home page Giter Club logo

autoconstruccion's Introduction

Build Status

Autoconstruccion

Autoconstruccion project at H4ckademy

by Creepy Coconuts

Requirements:

  • Python 3.4
  • See requirements.txt & requirements-dev.txt

KWOWN ISSUES

  • On Gnu/Debian jessie it's need to do a workarround to install the virtual environment, because pip it's not included with python3 package.

Further information at http://askubuntu.com/questions/488529/pyvenv-3-4-error-returned-non-zero-exit-status-1

python3 -m venv --without-pip ./venv
source venv/bin/activate
curl https://bootstrap.pypa.io/get-pip.py | python
deactivate

##HOW TO RUN

First activate your virtual environment or create it init-dev-end.sh and then launch the server

source ./venv/bin/activate
python server_app/run.py

By default the server is running at localhost on port 5000 http://127.0.0.1:5000

REQUIREMENTS

Python3.4 its required, all installation is done at virtual environment venv Postgresql required

HOWTO CONTRIBUTE

Use your github account to fork this proyect https://github.com/autoconstruccion/autoconstruccion#fork-destination-box

Once you have a fork download it into your box

# download your code using git 
git clone https://github.com/<youruser>/autoconsturccion src
# add upstream aka oficial repo 
cd src
git remote add upstream http://github.com/autoconstruccion/autoconstruccion
# update your code with the upstream
git pull upstream master

when you want to do contributing do it using a new branch

git checkout -b fix_this_feature
git add .
git commit -m"this fix that"
...
# upload your branch to your github repo
git push origin fix_this_feature

and then use the github panel to do a pull request. Use you branch to do the pull request against autoconstruccion master branch

we'll reicibe your pull request and will be reviewed for adding to the main code

autoconstruccion's People

Contributors

alvarocaste avatar jsenin avatar serman avatar tinproject avatar

Watchers

 avatar  avatar

autoconstruccion's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.