2amigos / yiinitializr

Library that will help boost your application installation with ease and also to run Yii applications from its bootstrap files on a much cleaner way that the framework currently proposes.
Other
44 stars 17 forks source link

Shared hosting #14

Open Alex-Sh opened 11 years ago

Alex-Sh commented 11 years ago

Add ability or wiki info how to use/modify advanced yiinitializr templates on shared hostings with one www root. It can be like this:

/frontend/...
/backend/...
/www/
    index.php
    backend/
        index.php
Borales commented 11 years ago

Hi, @Alex-Sh I've made a small template for a similar case. You can check it here https://github.com/Borales/yiinitializr-simple But it creates only one "entry point" (just front-end). Other entry points you can make through sub-modules (in /www/app/modules)

tonydspaniard commented 11 years ago

@Borales Thanks for it... I am planning to modify Yiinitializr, will include your template if you don't mind

Borales commented 11 years ago

@tonydspaniard Thanks, of course I don't mind. And sorry that I recommend this template without "official approve"

tonydspaniard commented 11 years ago

@Borales no need to apologies man... more than welcome to do that!