Skip to content
Paul Yiend edited this page Jun 26, 2020 · 6 revisions

Joomla 4 beta testing

Configuration is achieved through the /.gitpod/config.sh file

Installing different versions of Joomla! is a breeze. Currently we offer support for ANY version of Joomla! From 2.5.0 all the way up the latest releases of Joomla! 4.

Steps

  1. Fork this repository
  2. Change #joomla_beta=4.0.0-beta to joomla_beta=4.0.0-beta in the config.sh
  3. Commit the change to a branch or directly to master
  4. Re-launch Gitpod

=> This new version of Joomla will be auto-magically created for you.

For completeness sake here is how the config.sh should look to achieve this:

joomla_beta=4.0.0-beta

Pro tip

Joomlatools Console by default adds various users from which you can test Joomla! 4 from:

  • Administrator (u: admin, p: admin)
  • Manager (u: manager, p: manager)
  • User (u: user, p: user)

Happy testing!

Clone this wiki locally