> Hi guys,
>
> What is left on the todo list, before we can formally launch the
> community server?
>
> Cheers,
> Gavin
>
> Richard Thomas wrote:
>> Sorry for the late response on this one,
>>
>> Currently the only problem file looks to be php.ini as thats where any
>> pecl/custom extensions and settings would be dropped, its trival to
>> have it back that up if it already exists.
>>
>> As to php4, The only way to "replace" php4 is to install php5 by rpm
>> so ensim can handle it, there where some major problems with this so I
>> avoided it, also this way allows for easier self compiles on a per
>> virtual host basis.
>>
>> Richard Thomas - CEO
>> Cyberlot Technologies Group Inc.
>> 507.398.4124 - Voice
>>
>>
>> Ole Bendik Kvisberg wrote:
>>> Regarding copying; We could provide a 'per install file' in which users
>>> could write down filenames, with regex support, for files the don't want
>>> overwrited? (placing a regex which match 'everything' should be
>>> possible.) One filename (or regex) per line.
>>>
>>> Should be pretty easy writing a shell, or maybe better a php or perl
>>> script, to do this?
>>> foreach my $file (@files) {
>>> copy($file) unless (grep { $file =~ /$_/ } @notCopyFileRegExps);
>>> }
>>>
>>> Another approach could be to keep an 'database' or mtime for all copied
>>> files, and if file.mtime > database.mtime at copy.time we should either
>>> skip all such files, or 'mv file file.$(date --iso-8601)' before
>>> copying.
>>>
>>>
>>> Regarding PHP4: Do we need it? (My guess is Ensim uses it?)
>>>
>>>
>>> Ole Bendik
>>>
>>>
>>> Richard Thomas wrote:
>>>> Our php5.sh setup script for ensim needs some tender love
>>>>
>>>> /etc/appliance/customization/php5
>>>>
>>>> This script copies php5 over on site setup and site change, The
>>>> problem is it does so without haste, in my test case it replaced my
>>>> edited php.ini file so I lost access to all my installed pear modules.
>>>>
>>>> We should prob come up with some sort of upgrade policy, I was
>>>> thinking maybe a file each user can change that would "disable"
>>>> updates of there files so we don't overwrite then.
>>>>
>>>> The problem though is say there is an rpm upgrade of php4, That
>>>> upgrade is going to "overwrite" some of the file changes and we will
>>>> need to "reinstall" php5.
>>>>
>>>> The current script just blindly copies everything over which replaces
>>>> php.ini and would even overwrite someones custom compile of php.
>>>>
>>>>
>>>>
>>>> Richard Thomas - CEO
>>>> Cyberlot Technologies Group Inc.
>>>> 507.398.4124 - Voice
>>>>
>>>>
>>>> Richard Thomas wrote:
>>>>>
http://pear.zfdev.com/AdMiN.php>>>>> Master Login: zfdev
>>>>> Master Pass: temptemp
>>>>>
>>>>>
>>>>> Richard Thomas wrote:
>>>>>> I played around with pear.zfdev.com today
>>>>>>
>>>>>> I added pear.chiaraquartet.net and pear.crtx.org to the available
>>>>>> channels,
>>>>>>
>>>>>> Installed Chira_PEAR_Server and all the required/suggest libraries
>>>>>> but it had some problems setting up the DB, recompiling php to
>>>>>> include mysqli as it choked on the MDB2 for some weird reason
>>>>>>
>>>>>> db: pear
>>>>>> login: pear
>>>>>> password: hv9V:Tm7t5yTQxh5
>>>>>>
>>>>>> Richard Thomas - CEO
>>>>>> Cyberlot Technologies Group Inc.
>>>>>> 507.398.4124 - Voice
>>>>>>
>>>>>>
>>>>>> Ole Bendik Kvisberg wrote:
>>>>>>> Richard Thomas wrote:
>>>>>>>> Ole has had a chance to browse around a bit, and im starting to
>>>>>>>> get a
>>>>>>>> little bit of energy back, What do we need to do to really kick
>>>>>>>> this off?
>>>>>>> We might need some more documentation?
>>>>>>> Your answers yesterday about SSH as an example.
>>>>>>>
>>>>>>> I will be away from 'now' until Monday (for a family wedding), but
>>>>>>> after
>>>>>>> that I could try to write such documentation.
>>>>>>>
>>>>>>>
>>>>>>> I'm also working on getting pear.zfdev.com up and running one or
>>>>>>> more
>>>>>>> PEAR-channels. One for 'whole stable package' and one for
>>>>>>> 'different
>>>>>>> nightly pages' sounds good to me.
>>>>>>>
>>>>>>>
>>>>>>> The Sandbox is working great after Richard told me how it is
>>>>>>> supposed to
>>>>>>> work (hey; no need for chroot anymore! :-)
>>>>>>>
>>>
>>>
>>
>>
>>
>
>