| Status: | New | Start: | 10/19/2010 | |
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Reporter: |
Description
Hello,
I would like to try karesansui on a DEB based linux system (ubuntu 10.10, maverick) and this proved to be difficult.
It would be much easier if you would seperate installation and configuration by splitting karesansui-install in two scripts: one for controlling the rpm package installed (that I could obmit) and one configurating the application.
Alternative, please provide some information how to install karesansui from source (with configuration by hand).
Cheers,
aanno
Anonymous wrote:
Hello,
I would like to try karesansui on a DEB based linux system (ubuntu 10.10, maverick) and this proved to be difficult.
It would be much easier if you would seperate installation and configuration by splitting karesansui-install in two scripts: one for controlling the rpm package installed (that I could obmit) and one configurating the application.
Alternative, please provide some information how to install karesansui from source (with configuration by hand).
Cheers,
aanno
Hello,
Thank you in your interest.
We do not test on the unsupported Linux distributions, but it may be possible to work if the following softwares is properly installed in your system.
Sorry, you are doing so at your own risk.
python setup.py build
python setup.py install
python setup.py build
python setup.py install
And, on seperating installation from configuration, the current install script can work in the several modes, so that it can skip the RPM installation phase.
The 'mode' option of karesansui-install will enable the customized installation.
Specifying '--mode FLAG_CREATE_ADM:FLAG_CONFIG_DB:FLAG_CREATE_CRT:FLAG_WRITE_CONF:FLAG_CONFIG_PROXY:FLAG_CONFIG_MAIL' will skip the RPM installation. The default mode is FLAG_DO_ALL.
Thank you in advance.