Welcome Guest, Not a member yet? Register   Sign In
Cross system installation
#1

I have multiple codeigniter websites and I would like to centralize the system folder to facilitate the update proces and avoid filesystem redundancy.   

Instead of stucking the files stystem into some random home directory I would prefere to follow Linux Filesystem Hierarchy and I am hesitating between /opt/.. and /usr/local/. My doubt is related after I have seen different deployment approaches for Pear, Zend and other thrid part libraries.
 
For ex: In Freebsd system I can see that pear is deploying the php files '/usr/local/share/app-name' ex => “/usr/local/share/pear/SOAP/Base.php”.

In Debian system are the php files stored in '/usr/share/' directory ex => '/usr/share/phpmyadmin'.

When it commes to Zend, the Framework files may be found under /usr/local/zend/share/ZendFramework .

What whould be the best practise to deploy the codeigniter so it can be reused accross all system.
 
I am thinking about  '/usr/local/codeigniter-version-number/system/' ?
Reply


Messages In This Thread
Cross system installation - by ronlin - 04-21-2016, 01:06 PM
RE: Cross system installation - by dmyers - 04-21-2016, 05:04 PM
RE: Cross system installation - by ronlin - 04-22-2016, 12:54 PM
RE: Cross system installation - by dmyers - 04-22-2016, 03:02 PM



Theme © iAndrew 2016 - Forum software by © MyBB