If you already have an earthli WebCore application installed, follow the instructions below for a smooth upgrade. If you don't, use the installation instructions instead.
Since there are myriad configuration possibilities, the upgrade instructions are more a set of general guidelines than step-by-step instructions.
- Back up your database and webcore installation before doing anything. You can back up your database
by exporting using PHPMyAdmin or my simply doing a
mysqldump
to file. If you have no idea what this means, then you probably should ask someone for help (see target audience). Copy the new WebCore files into their respective locations (depends on where you installed the common files, which applications you have installed and where the PHP library files are stored). It is best to remove the existing version before applying the new one to make sure that all old files are removed.
Compare the new default configuration files (in the "plugins" folder) with your existing ones to see which new settings should be set.
Migrate the database to the new schema by following the instructions below.
- Log in to each installed application as the "root" user.
- Click "Configure" at the top of the page, near the login information.
- Perform the indicated upgrades from the configuration page.
- Make sure that upload folders have permissions assigned correctly. See configuring upload folders for more information.