myCI |
[eluser]xwero[/eluser]
The day started sunny and i decided to write some code in the garden ![]() myCI is a script for the CI tweakers. I wanted to make it a service first but in a future release i want to add configuration changes and some of that data is best kept private so i made a script you can run on your server. What is already possible with this first version: - Put files where you want them - Choose the files you want - An option to add to every directory an index.html file. It's not needed if you put the system and application directory above the public directory. What will be possible in the future - Change settings - Add third party libraries with configuration if needed All suggestions and bug reports welcome.
[eluser]m4rw3r[/eluser]
Seems like something which could be very useful. Maybe you should add dependencies on your list of features to come. It would be handy (Ex: If you need ActiveRecord, it includes the database abstraction if they are not already, the same with other helpers/libs). If you use dependencies, organizing the files in packages would be nice (A db package, a mysql_driver package, etc.).
[eluser]xwero[/eluser]
I was thinking of that when i wrote change settings. But it would be more than only database settings. For example if you change the paths of the application and system directory in the index.php file the base directory field would be discarded. For packages i think all i have to do is to add a little javascript magic but then i would limit the user of the script. Now they have a all the freedom to download and place the files they want. Maybe i could add a package mode so that framework newbies can use it too. The other option is to add warnings but i don't like that, we are not software users ![]() |
Welcome Guest, Not a member yet? Register Sign In |