-
Notifications
You must be signed in to change notification settings - Fork 6
Home
Paul Yiend edited this page Jun 26, 2020
·
6 revisions
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.
- Fork this repository
- Change
#joomla_beta=4.0.0-beta
tojoomla_beta=4.0.0-beta
in the config.sh - Commit the change to a branch or directly to master
- 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
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!