install notes: pull down latest release
This commit is contained in:
parent
49f56964ce
commit
85e6151542
|
@ -74,8 +74,9 @@ Change to the 'discourse' user:
|
||||||
# Run this command as your normal login (e.g. "michael"), further commands should be run as 'discourse'
|
# Run this command as your normal login (e.g. "michael"), further commands should be run as 'discourse'
|
||||||
sudo su - discourse
|
sudo su - discourse
|
||||||
|
|
||||||
# Pull down the latest code
|
# Pull down the latest release
|
||||||
git clone git://github.com/discourse/discourse.git
|
git clone git://github.com/discourse/discourse.git
|
||||||
|
git checkout latest-release
|
||||||
|
|
||||||
# Install necessary gems
|
# Install necessary gems
|
||||||
cd discourse
|
cd discourse
|
||||||
|
|
Loading…
Reference in New Issue