Difference between revisions of "Updating: to 2.0.0"

From Lorekeeper Wiki
Jump to navigation Jump to search
(Created page with "Version 2 of Lorekeeper brings several new features and improvements, including the integration of the previous <u>modified-main</u> branch and its extensions, the integration...")
 
Tag: 2017 source edit
Line 1: Line 1:
 
Version 2 of Lorekeeper brings several new features and improvements, including the integration of the previous <u>modified-main</u> branch and its extensions, the integration of [[Extensions:Galleries]], and the expansion of social media sites available for user authentication. On a technical level, this includes updating Lorekeeper to Laravel 8 (from version 1.x's 5.8); while the impact of this is relatively limited, it has some minor impacts in what methods are used for some tasks.
 
Version 2 of Lorekeeper brings several new features and improvements, including the integration of the previous <u>modified-main</u> branch and its extensions, the integration of [[Extensions:Galleries]], and the expansion of social media sites available for user authentication. On a technical level, this includes updating Lorekeeper to Laravel 8 (from version 1.x's 5.8); while the impact of this is relatively limited, it has some minor impacts in what methods are used for some tasks.
  
== New in v2 ==
+
==New in v2==
 
a
 
a
  
== Updating to v2 ==
+
==Updating to v2==
 +
As of v2, Lorekeeper now requires '''php 7.4'''. No other requirements are changed.
  
=== Summary ===
+
===Summary===
  
# <br />datep
+
*Update your server to use php 7.4
 +
*Pull the updates, resolving any merge conflicts as appropriate
 +
*Make any config file changes
 +
*(Recommended) Put your site in maintenance mode via <code>php artisan down</code>
 +
*Push updates, run commands as specified
 +
*(Recommended) Verify that no errors have occurred and use <code>php artisan up</code> to remove your site from maintenance mode
 +
*Perform any configuration desired within the site

Revision as of 07:34, 17 May 2021

Version 2 of Lorekeeper brings several new features and improvements, including the integration of the previous modified-main branch and its extensions, the integration of Extensions:Galleries, and the expansion of social media sites available for user authentication. On a technical level, this includes updating Lorekeeper to Laravel 8 (from version 1.x's 5.8); while the impact of this is relatively limited, it has some minor impacts in what methods are used for some tasks.

New in v2

a

Updating to v2

As of v2, Lorekeeper now requires php 7.4. No other requirements are changed.

Summary

  • Update your server to use php 7.4
  • Pull the updates, resolving any merge conflicts as appropriate
  • Make any config file changes
  • (Recommended) Put your site in maintenance mode via php artisan down
  • Push updates, run commands as specified
  • (Recommended) Verify that no errors have occurred and use php artisan up to remove your site from maintenance mode
  • Perform any configuration desired within the site