This installation is running on WebFaction (using their automated installer), and I often forget how to do minor version bumps.
From Craig Butcher, whose site goes up and down:
- Jump the directory where Ghost is installed -
cd ~/webapps/appname/ghostwgetthe newest release and unzip it -unzip -uo ghost-0.6.5.zip- Update
npm-../bin/npm install --production(and don't worry if you get a warning thatforevershould be installed globally with-g- WebFaction already did this for you)- Restart Ghost -
../bin/stop && ../bin/start