
cherokee at googlecode
Dec 28, 2011, 7:50 PM
Post #1 of 3
(184 views)
Permalink
|
|
Issue 1324 in cherokee: The Application Redmine from the market won't install
|
|
Status: New Owner: ---- New issue 1324 by axelitus...@gmail.com: The Application Redmine from the market won't install http://code.google.com/p/cherokee/issues/detail?id=1324 What steps will reproduce the problem? 1. Install ubuntu server 11.10 2. Install needed packages (cherokee, ruby, etc.) 3. Try to install the Application Redmine from the market What is the expected output? What do you see instead? The expected output would be an "Installed finished" screen, instead it fails with the following error: Error executing: gem install --no-test --no-rdoc --no-ri --verbose --local /var/lib/cherokee/ows/root/132512993765/rake-0.8.7.gem What version of the product are you using? On what operating system? Latest cherokee version from apt-get in ubuntu 11.10 server Please provide any additional information below. The problem seems to be that the --no-test option does not exist for gem command. On line 289 and 290 from the installer.py file from the Redmine application package, there are two variables being set (the GEM_INST_FAST and the GEM_INST_SLOW, both containing the --no-test option which is incorrect). Where are this packages stored? Is there something like a github account to send a pull request about this issue? _______________________________________________ Cherokee-dev mailing list Cherokee-dev [at] lists http://lists.octality.com/listinfo/cherokee-dev
|