Current Version of Codefight CMS Available for Download:

« Version 1.7.0 »

NOTE: The code available is same as the code used for newer than this site at the time of release. Check cmsigniter.com for latest demo.

Codefight CMS is based on CodeIgniter - Open source PHP web application framework which is very easy to learn.

It would be nice to hear back some feedback. Also you can contribute with code and helping translating language files in your language.

You can use this CMS in anyway you want. You can modify as you like and use commercially for free.

 

 

Select Language.[TESTING For Next Release.]

English | नेपाली | French | German | Korean

Login | Select Language | Wed, 08 Sep 10 01:35:07 -0600

Magento commerce reference and backup posts, installation points.

2009-04-23 04:06:16Damodar Bashyal

 

Magento commerce reference and backup posts, installation points.

Since i started to work with magento commerce, i have lost few kilos. Probably this is good weight loss program for me.

From today onward i want to backup the steps, references etc to my blog. I hope this will make me easy to find them easily next time. While i was writing this i looked for the install guide and found this guide on crucial webhost through magento's forum link.

Some of the code helpful to change permission on files and folders while upgrading magento through connect manager.

CODE:

1-
2-/*
3- * Change permission to write
4- * Through SSH.
5- */

6-chmod o+w var var/.htaccess app/etc
7-chmod -R o+w media
8-
9-//or, just change the whole thing writeable for a while
10-chmod -R 777 staging
11-
CODE:

1-
2-//Now change back the permissions
3-find . -type d -exec chmod 755 {} \;
4-find . -type f -exec chmod 644 {} \;
5-

Upgrade key to install latest magento:

CODE:

1-magento-core/Mage_All_Latest

If the upgrade breaks the magento, try to fix through PEAR using SSH.

CODE:

1- ./pear install -f --alldeps magento-core/Mage_All_Latest-stable


Bookmark and Share
 

 





Javascript must be enabled to post comments!