These are the instructions for updating the Discourse Forums used by the Lubbock LUG.
First and foremost BACKUP the Forum before updating.
A backup can be done through the Forum administration panel. If you don’t have administrative access, and would like it, please let me know.
- SSH into the discourse back end. (If you are an administrator in the LUG you’ll have credentials for this.)
- Run
sudo apt-get update
- Run
sudo apt-get upgrade -y
- CD into the Discourse folder
cd /var/discourse
- Run the following
./launcher stop app
git pull
./launcher rebuild app
./launcher start app
Once complete the site should be back up and running.