Am 09.11.21 17:56 schrieb Radek: > Hi @misc, > Does anyone successfully run redmine[1] on OpenBSD? > I'd like to install redmine on 7.0/amd64 with httpd and postgresql. I've > never done it before so any advices and hints would be appreciated.
Best way is to begin with your setup and then when you encounter problems ask your questions with giving details of what you have done, what you expect, what is not working .... and so on. > There isn't much up to date info in google about it[2][3]. Just begin to setup httpd (it's already in base) and see the manpages. Don't try to find tutorialson google - most of them are outdated or describe things that not fit your own environment. Next step is to install postgresql. It's in packages, so you can do it with `pkg_add postgresql`. Here again read then manpage and pkg-readme. > > 1. https://www.redmine.org/ > 2. https://www.redmine.org/boards/2/topics/496 > 3. > https://web.archive.org/web/20160406041905/http://www.iwebdev.it/blog/?p=229 > > Thank you! > -- > Radek >