php-censor/docs/en/updating.md

12 lines
708 B
Markdown
Raw Normal View History

2016-07-19 13:05:02 +02:00
Updating PHP Censor
-------------------
2016-07-19 11:12:28 +02:00
2016-07-19 13:05:02 +02:00
Updating PHP Censor to the latest release, or even dev-master updates is something that will need to be done from time to time. Most of this may be self-explanatory, but for clarity and completeness, it should be added to the documentation.
2016-07-17 16:20:35 +02:00
2016-07-19 13:05:02 +02:00
1. Go to your PHP Censor root folder in a Terminal.
2016-07-19 11:12:28 +02:00
2. Pull the latest code. This would look like this: `git pull`
2016-07-19 13:05:02 +02:00
3. Update the PHP Censor database: `./console phpci:update`
2016-07-17 16:20:35 +02:00
4. Update the composer and its packages: `composer self-update && composer update`
2016-07-19 13:05:02 +02:00
5. Return to the PHP Censor admin screens and check your desired plugins are still installed correctly.
2016-07-17 16:20:35 +02:00
7. Run a build to make sure everything is working as expected.