mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
Add tip for installing on Ubuntu 12.10
This commit is contained in:
parent
b6285b85d2
commit
8c679f4b22
1 changed files with 3 additions and 0 deletions
|
@ -50,6 +50,9 @@ Install necessary packages:
|
|||
# Run these commands as your normal login (e.g. "michael")
|
||||
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
|
||||
|
||||
# If you're on Ubuntu >= 12.10, change:
|
||||
# python-software-properties to software-properties-common
|
||||
|
||||
## Caching: Redis
|
||||
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue