Switch to unified view

a/README.markdown b/README.markdown
...
...
34
* Consult [available documentation](https://help.ubuntu.com/) for help installing Ubuntu.
34
* Consult [available documentation](https://help.ubuntu.com/) for help installing Ubuntu.
35
35
36
36
37
# Installation
37
# Installation
38
38
39
Before we begin, you'll need to install some system packages.  [Use google if you need additional PIL/jpeg help.](http://www.google.com/search?q=ubuntu+pil+jpeg+virtualenv)
39
Before we begin, you'll need to install some system packages.
40
40
41
    ~$ sudo aptitude install git-core default-jre-headless python-dev libssl-dev libldap2-dev libsasl2-dev libjpeg8-dev zlib1g-dev
41
    ~$ sudo aptitude install git-core default-jre-headless python-dev libssl-dev libldap2-dev libsasl2-dev libjpeg8-dev zlib1g-dev
42
    ~$ sudo ln -s /usr/lib/x86_64-linux-gnu/libz.so /usr/lib
43
    ~$ sudo ln -s /usr/lib/x86_64-linux-gnu/libjpeg.so /usr/lib
44
42
45
To install MongoDB 2.2.3, follow the instructions here:
43
To install MongoDB 2.2.3, follow the instructions here:
46
44
47
   <http://docs.mongodb.org/manual/tutorial/install-mongodb-on-ubuntu/>
45
   <http://docs.mongodb.org/manual/tutorial/install-mongodb-on-ubuntu/>
48
46