Skip to content

Commit

Permalink
Update command for building assets; add command for updating conferences
Browse files Browse the repository at this point in the history
  • Loading branch information
sloria committed Jun 9, 2015
1 parent b619c1c commit 83c1254
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions docs/osf/ops.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,20 @@ Restarting the app server
# After pulling down changes
# Update and build assets
$ invoke assets
$ HOME=/opt/data/tmp; sudo -u www-data -s /bin/bash -c "source /opt/apps/osf/env/bin/activate && invoke assets"
# Restart uwsgi
$ sudo service uwsgi restart
Updating OSF for Meetings Database
----------------------------------

.. code-block:: bash
# After pulling down changes
$ python -m scripts.populate_conferences
Generating a new SSL certificate
********************************
--------------------------------


* Generate a certificate signing request (see instructions from `this post <http://blog.wensheng.org/2012/03/using-namecheap-ssl-with-nginx.html>`_)
Expand Down Expand Up @@ -49,7 +57,7 @@ Generating a new SSL certificate


Upgrading Unsupported releases of Ubuntu
****************************************
----------------------------------------

- `EOLUpgrades <https://help.ubuntu.com/community/EOLUpgrades/>`_
- `How to install software or upgrade from old unsupported release? <https://askubuntu.com/questions/91815/how-to-install-software-or-upgrade-from-old-unsupported-release/91821#91821?newreg=55cb4b0054814dbe9fdf36b3a0a08f27>`_ (AskUbuntu)
Expand All @@ -62,7 +70,7 @@ NOTE: When prompted if you want to replace ``/etc/mongodb.conf`` and ``/etc/ngin


Migrating to a new machine
**************************
--------------------------

.. todo:: This is incomplete. Add final steps and clean this up.

Expand Down

0 comments on commit 83c1254

Please sign in to comment.