Giter Site home page Giter Site logo

turbotequila's Introduction

Description

TurboTequila is a Turbogears application with Tequila enabled.

First use

Download the project :

$ git clone git://github.com/bbcf/turbotequila.git

(It will create a directory named turbotequila)

So you want to use another name for your project, like myCoolProject.

$ cd turbotequila
$ python init_project.py myCoolProject
$ cd ..
$ cd mycoolproject

Now as you will work on a python environment I suggest you to use virtualenv and the wrapper. It will create an isolated environment for your project. (You may want to skip this step).

Once your are in the right environment:

$ easy_install -i http://tg.gy/215 tg.devtools
$ python setup.py develop
$ paster setup-app development.ini
$ mv who.ini.sample who.ini
$ paster serve --reload development.ini

These lines will:

* install the turbogears development tools
* install the libraries needed by turbotequila
* setup the database
* move the authentication sample file to the right name (You MUST edit this file)
* serve the application on localhost:8080 by default

Enjoy ;)

This code was written by the BBCF http://bbcf.epfl.ch/
[email protected]

turbotequila's People

Contributors

yjarosz avatar

Watchers

 avatar  avatar Jacques Rougemont avatar Julien Delafontaine avatar James Cloos avatar  avatar Yoann Mouscaz avatar  avatar

Forkers

yjarosz

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.