nganhtuan63 / gxc-cms-2

GXC-CMS version 2.0
78 stars 56 forks source link

Why did you delete APC module and app folder? #1

Closed liberium closed 11 years ago

liberium commented 11 years ago

Hello, I use GXC v.1 in my projects and want to switch to v.2. Could you explain your decisions in more detail?

nganhtuan63 commented 11 years ago

I just moved apc module to cache controller for user easier to use. Besides, with new version, we will have feature allows us to generate new app. Will have document soon.

liberium commented 11 years ago

Thanks for explanation. Is not it better to have apps outside of core?

nganhtuan63 commented 11 years ago

The apps inside core is just a "template app". To start a new project, we need:

1/ Go to command line to cms folder, run : php cms.php cmsapp /path-to-new-app-folder

2/ Go to http://localhost/new-app/backend/install to install

liberium commented 11 years ago

OK, now I see. It's definitely better to document basic use cases :)