Ops blog problem getting started and solution

It works
http://ops.mozilla-community.org

The problem?
Everyone was looking in /var/www/wordpress

Quick check of config
Wordpress was actually in /var/www/html-data

sed “s/’/var/www/html-data/’/’/var/www/wordpress/’” /etc/nginx/sites-enabled/wordpress #okay i actually used nano, and this sed is probably wrong, but oh well
mv /var/www/html-data /var/www/wordpress
sudo service nginx reload

This is a sort of case in point to some of the issues I raised previously… The platform wasn’t documented so people didn’t know where to look by the sounds of things.

Well done on getting it up and running :slight_smile:

Agreed!

@tad owes me documentation that we can review.