Skip to content

Commit

Permalink
instructions for updating fronted
Browse files Browse the repository at this point in the history
  • Loading branch information
saschaben committed Nov 9, 2016
1 parent 1ff4245 commit 5cb11d4
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions _posts/2016-11-09-updates.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
layout: post
title: How Do I Get The Latest Greatest?
date: 2016-11-09 15:00:00
categories: updates
---

Q: __*How Do I Update My Ilios Frontend?*__:

A: The Ilios frontend is always up-to-date on our content-delivery servers at Amazon S3, but you will need to regularly run a console command on your backend instance in order ensure that your users are seeing the latest version and that they are getting all the latest features and bugfixes. To make sure you users are receiving the latest frontend code at all times, just follow these steps:

-- Log in to your Ilios API (backend) server and go to the root folder of your Ilios application (`/web/ilios`; for this example):

`$ cd /web/ilios3`

-- Then run the `ilios:maintenance:update-frontend` console command, in the context of the user that runs your webservices (eg. 'apache'):

`$ sudo -u apache bin/console ilios:maintenance:update-frontend --env=prod`

-- When it is done, you will then see the message:

`Frontend updated successfully!`

-- and that's it!`

It is a good idea to run this command often (in a cron job, perhaps!) and after any backend update as well, of course!

0 comments on commit 5cb11d4

Please sign in to comment.