Giter Club home page Giter Club logo

victoryboogiewoogie's Introduction

Your Daily Victory Boogie Woogie

The collaborative writing game we made for De Gids.

(c) 2012-2013 All rights reserved.

How to set up a fresh project (on OS X)

  1. Install homebrew, by getting the commandline tools: https://developer.apple.com/downloads and then do the install homebrew here: http://mxcl.github.com/homebrew/
  2. Open Terminal.app
  3. Check python is installed by typing python
  4. Install pip if you don't have it sudo easy_install pip
  5. Use pip to install virtualenv (don't ask me why): sudo pip install virtualenv
  6. Find a fresh place to checkout the project: [email protected]:whatsthehubbub/victoryboogiewoogie.git use the Mac client: http://mac.github.com/
  7. In the terminal cd to where you just checked out the project, for instance: cd ~/Documents/projects/sake/victorycheckout
  8. Create a virtual environment if you don't have one yet: virtualenv venv --distribute
  9. Start a virtual environment: source venv/bin/activate
  10. Install all the necessary packages: pip install -r requirements.txt
  11. If you have never done so, setup the database: python manage.py syncdb, follow the instructions you get and note down the username and password that give you /admin access to the django site
  12. Because we use south to create the tables for the application (and to update after model changes) you need to run: python manage.py migrate
  13. Start the server with python manage.py runserver and go to your django at http://127.0.0.1:8000/admin

To restart the server simply repeat steps 9 and 13. To be up to date again always do: 9, 10, 12, 13.

How to front-end

  1. Get accustomed to Less: http://lesscss.org
  2. Download CodeKit: http://incident57.com/codekit/
  3. Concatenate + minify Styles and Scripts (and set output path to same folder)
  4. Optimise images before uploading

Deploy a branch

git push heroku develop:master

Do a release (develop is our release branch)

  1. git pull
  2. git checkout master
  3. git merge --no-ff develop
  4. git tag -a tagname (optional)
  5. git push
  6. git push heroku master
  7. heroku run python manage.py migrate boogie
  8. git checkout develop

Do an update to staging

  1. git push staging master
  2. heroku run --app dry-earth-9852 python manage.py collectstatic --noinput
  3. Visit: http://dry-earth-9852.herokuapp.com/

victoryboogiewoogie's People

Contributors

alper avatar simonscheiber avatar karsalfrink avatar

Watchers

 avatar  avatar James Cloos avatar Dirk Vis avatar

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.