Nov
27
Upgrading SkyBlueCanvas is simple because all of the files that are editable are contained in a single directory: /skyblue/data/
When you upgrade to a new version of SkyBlueCanvas, you simply need to make a copy of this directory, install the new version following the instructions on the Installation page, then copy your data file back into /skyblue/data/.
Step-by-step
- Make a copy of /skyblue/data/
- Copy the new version of SkyBlueCanvas into your web root
- Delete the new /skyblue/data/ directory
- Move your copied /skyblue/data/ director back into the SkyBlueCanvas root
- Make sure the file permissions for /skyblue/data/ are set to 755 or, if you have shell access, change the owner and group to the web process (chown -R www:www skyblue)
NOTE
If you are upgrading from an earlier version of SkyBlueCanvas, be sure to update the modules and plugins as well. To do this,
copy the contents of /new_skyblue_package/data/modules/ and /new_skyblue_package/data/plugins/ into /your_web_root/data/modules/ and /your_web_root/data/plugins/ respectively.
SEF URLs & the htaccess file
The htaccess rules have changed in version 1.1 so you will need to update the file named .htaccess in your SkyBlueCanvas installation.
You are now ready to start adding your site’s content. You can log into the SkyBlueCanvas admin control panel by going to http://www.yourdomain.com/admin.php.
Enjoy!
Comments
4 Responses to “Upgrading to SkyBlueCanvas v1.1”
Leave a Reply
Hi,
I upgradet from V1.0.86 to V 1.1
It worked fine, but I had to define an default site again, after coping the datafolder!
brgs,
Christian
Ad Upgrading – my plugins worked fine, but the module “mod.links” doesn’t work by now!
rgds,
Christian
Chrisitan,
You don’t need the Links module with the new version. It has been replaced by the Links fragment. All you need to do is edit the Skin HTML to include the fragment with the following code:
<!--#plugin:fragment(links)-->Scott
[...] If you are upgrading from an earlier version of SkyBlueCanvas, please refer to the article on Upgrading SkyBlueCanvas. [...]