Coder Social home page Coder Social logo

three-little-birds's Introduction

three-little-birds

Website for the Three Little Birds

Environment variables to configure on Heroku: S3 stuff DEBUG=False ^^ that one's IMPORTANT

Use a custom buildpack so we can use lessc and coffeescript:

heroku config:add BUILDPACK_URL=git://github.com/jiaaro/heroku-buildpack-django.git

so far the custom buildpack is not working... ... switched back to heroku's

misc references

http://blog.garrypolley.com/

https://github.com/loku/heroku-buildpack-multi (didn't use)

actually working

back to jiaaro

add /app/bin to PATH (via config:add) add /app/lib/python2.7/site-packages to PYTHONPATH

default PATH is /app/.heroku/python/bin:/usr/local/bin:/usr/bin:/bin default PYTHONPATH is /app/

jiaaro PATH is /usr/local/bin:/usr/bin:/bin jiaaro PYTHONPATH is nothing

and here's what to set with heroku config:add

new PATH is /app/bin:/app/.heroku/python/bin:/usr/local/bin:/usr/bin:/bin new PYTHONPATH is /app:/app/lib/python2.7/site-packages:/app/lib/python2.7:/app/lib

for memcached lib: heroku config:add LD_LIBRARY_PATH=/app/.heroku/vendor/lib

S3

django-storage docs: http://django-storages.readthedocs.org/en/latest/backends/amazon-S3.html

three-little-birds's People

Contributors

uniphil avatar

Stargazers

Riley Shaw avatar

Watchers

 avatar James Cloos avatar  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.