mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 01:16:38 -06:00
Fix a typo and add a step to DEVELOPER-ADVANCED.md
This commit is contained in:
parent
3cb729df21
commit
ff3028de07
@ -111,12 +111,13 @@ Edit /etc/postgresql/9.1/main/pg_hba.conf to have this:
|
||||
|
||||
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.)
|
||||
|
||||
## Redis
|
||||
|
||||
sudo su -
|
||||
mkdir /tmp/redis_install
|
||||
cd /tmp/redis_install
|
||||
wget http://redis.googlecode.com/files/redis-2.6.7.tar.gz
|
||||
|
Loading…
Reference in New Issue
Block a user