Talk:Redmine: Difference between revisions

From Alpine Linux
(→‎page needs update: new section)
m (Unsigned comment attribution. nowiki'd dead link. Converted other link to HTTPs. Separated threads with HR.)
 
Line 2: Line 2:
Everything else in Alpine prefers sqlite3 or postgresql
Everything else in Alpine prefers sqlite3 or postgresql


I followed http://www.redmine.org/wiki/redmine/RedmineInstall when setting up Redmine on my test system and am more familiar with MySQL,
<small><span class="autosigned">—&nbsp;Preceding [[Help:Signature|unsigned]] comment added by [[User:Nangel|Nangel]] ([[User talk:Nangel|{{int:talkpagelinktext}}]] • [[Special:Contributions/Nangel|{{int:contribslink}}]]) 12:58, 19 December 2010‎</span></small>
so used it.  I'm sure it'd work just as well with postgres of sqlite. [[User:Jbilyk|Jbilyk]] 16:33, 20 December 2010 (UTC)


-----
I followed <nowiki>http://www.redmine.org/wiki/redmine/RedmineInstall</nowiki> when setting up Redmine on my test system and am more familiar with MySQL,
so used it.  I'm sure it'd work just as well with postgres of sqlite. [[User:Jbilyk|Jbilyk]] 16:33, 20 December 2010 (UTC)
<small><span class="autosigned">—&nbsp;Preceding [[Help:Signature|unsigned]] comment added by [[User:Jbilyk|Jbilyk]] ([[User talk:Jbilyk|{{int:talkpagelinktext}}]] • [[Special:Contributions/Jbilyk|{{int:contribslink}}]]) 11:33, 20 December 2010‎</span></small>
== command lacks proper path ==
== command lacks proper path ==


Line 28: Line 33:
I was trying to delploy a new redmine but with no success :(
I was trying to delploy a new redmine but with no success :(
I suppose this how-to needs some update...
I suppose this how-to needs some update...
see http://bugs.alpinelinux.org/issues/3941 also
see https://bugs.alpinelinux.org/issues/3941 also
 
<small><span class="autosigned">—&nbsp;Preceding [[Help:Signature|unsigned]] comment added by [[User:jch|jch]] ([[User talk:jch|{{int:talkpagelinktext}}]] • [[Special:Contributions/jch|{{int:contribslink}}]]) 10:48, 23 June 2015‎</span></small>

Latest revision as of 01:43, 28 August 2023

Why redmine and mysql? Everything else in Alpine prefers sqlite3 or postgresql

— Preceding unsigned comment added by Nangel (talkcontribs) 12:58, 19 December 2010‎


I followed http://www.redmine.org/wiki/redmine/RedmineInstall when setting up Redmine on my test system and am more familiar with MySQL, so used it. I'm sure it'd work just as well with postgres of sqlite. Jbilyk 16:33, 20 December 2010 (UTC)

— Preceding unsigned comment added by Jbilyk (talkcontribs) 11:33, 20 December 2010‎

command lacks proper path

Hi

Running command

su -pc "/usr/lib/ruby/gems/1.8/bin/rake generate_session_store" lighttpd

yields:

rake aborted!
No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb, Rakefile.rb)

(See full trace by running task with --trace)

Even though this command is run from the /usr/share/webapps/redmine directory, the su command runs it from the lighttpd user home directory, so it yields the above. I got around it by running:

su -p lighttpd

and then running the rake generate_session_store command.

Same goes for the following command in the documentation for creating the redmine DB structure.

What might be a better way of documenting this command?

--Djhughes 11:50, 9 May 2012 (UTC)

page needs update

I was trying to delploy a new redmine but with no success :( I suppose this how-to needs some update... see https://bugs.alpinelinux.org/issues/3941 also

— Preceding unsigned comment added by jch (talkcontribs) 10:48, 23 June 2015‎