mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Fix a typo and add a step to DEVELOPER-ADVANCED.md
This commit is contained in:
@@ -111,12 +111,13 @@ Edit /etc/postgresql/9.1/main/pg_hba.conf to have this:
|
|||||||
|
|
||||||
Load the seed data (as vagrant user):
|
Load the seed data (as vagrant user):
|
||||||
|
|
||||||
psql -d discourse_development < pg_dump/development-image.sql
|
psql -d discourse_development < pg_dumps/development-image.sql
|
||||||
|
|
||||||
(You may wish to try the `production-image.sql` file for a good seed for a production database.)
|
(You may wish to try the `production-image.sql` file for a good seed for a production database.)
|
||||||
|
|
||||||
## Redis
|
## Redis
|
||||||
|
|
||||||
|
sudo su -
|
||||||
mkdir /tmp/redis_install
|
mkdir /tmp/redis_install
|
||||||
cd /tmp/redis_install
|
cd /tmp/redis_install
|
||||||
wget http://redis.googlecode.com/files/redis-2.6.7.tar.gz
|
wget http://redis.googlecode.com/files/redis-2.6.7.tar.gz
|
||||||
|
|||||||
Reference in New Issue
Block a user