Skip to content

Commit 8c679f4

Browse files
committed
Add tip for installing on Ubuntu 12.10
1 parent b6285b8 commit 8c679f4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/INSTALL-ubuntu.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ Install necessary packages:
5050
# Run these commands as your normal login (e.g. "michael")
5151
sudo apt-get -y install build-essential libssl-dev libyaml-dev git libtool libxslt-dev libxml2-dev libpq-dev gawk curl pngcrush python-software-properties
5252

53+
# If you're on Ubuntu >= 12.10, change:
54+
# python-software-properties to software-properties-common
55+
5356
## Caching: Redis
5457

5558
Redis is a networked, in memory key-value store cache. Without the Redis caching layer, we'd have to go to the database a lot more often for common information and the site would be slower as a result.

0 commit comments

Comments
 (0)