https://help.ubuntu.com/community/CompilingEasyHowTo
$ sudo apt-get install build-essential checkinstall
https://help.ubuntu.com/community/CompilingEasyHowTo
$ sudo apt-get install build-essential checkinstall
https://devcenter.heroku.com/articles/django
This quickstart will get you going with a Python/Django application that uses
Prerequisites
Steps to install PIL
$ sudo apt-get install python-imaging
$ sudo apt-get install libjpeg-dev libfreetype6 libfreetype6-dev zlib1g-dev
$ sudo ln -s /usr/lib/`uname -i`-linux-gnu/libfreetype.so /usr/lib/
$ sudo ln -s /usr/lib/`uname -i`-linux-gnu/libjpeg.so /usr/lib/
$ sudo ln -s /usr/lib/`uname -i`-linux-gnu/libz.so /usr/lib/
$ pip install PIL
I want to start writing libraries and large applications using the JavaScript language. However, I don't know how to setup the project and which build tools to use. What I do know is that the JavaScript community has moved way beyond using browser developer tool plugins and strategically-placed console.log()
statements to debug, test, and build code.
I need help.
Below, I will keep track of articles, tutorials and tools I come across as I search for a way to bring my front-end development chops up-to-date.
# Tell Rack to run this application using `rackup hello.ru` | |
app = lambda { |env| [200, { 'Content-Type' => 'text/plain' }, ['Hello, world!']] } | |
run app | |
# What is `rackup`? | |
# `rackup` is an executable that takes the code, finds a web server for it and then runs it. | |
# See https://github.com/rack/rack/blob/f65969ccac8f6098acee9b1ab506283dfcdf18a5/bin/rackup. |
Instructor: Jeffrey Way
To get up and running quickly on Ubuntu 12.04, try XAMPP for Linux.
Pip requires distribute. So we'd install distribute first.
$ cd Downloads/
$ curl -O http://python-distribute.org/distribute_setup.py
$ sudo python distribute_setup.py
Now we can install pip.
<snippet> | |
<content><![CDATA[ | |
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame --> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> |