Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 May 2018 21:53:44 -0400
From:      zep <zgreenfelder@gmail.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: Looking for wiki software
Message-ID:  <829b109b-da58-96c3-59e2-74df74bef4db@gmail.com>
In-Reply-To: <alpine.BSF.2.20.1805050648110.41515@tripel.monochrome.org>
References:  <alpine.BSF.2.20.1805050648110.41515@tripel.monochrome.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 05/05/2018 06:53 AM, Chris Hill wrote:
> Hello list,
>
> I'm looking for advice and opinions on wiki software. This would be
> for use by a small business group, probably not more than 25 or so
> users in total. The idea is that each user would contribute material
> on subjects in which he is "expert." Eventually we end up with solid
> documentation of our processes and our homegrown software, and then
> things don't go to hell as much the next time someone is nearly killed
> in an accident.
>
> I have a reasonably decent machine on which to run this, but still it
> would be nice if the solution were, for example, not too heavy on the
> build- and run-dependencies.
>
> Other nice-to-haves:
>
>  . Easy user management, ideally with self-signup
>  . Use with http server of my choice, i.e. server-agnostic
>  . TLS supported
>
> I'd be grateful for any suggestions, or for stories of good or bad
> experiences.
>

my choice for this is/would be dokuwiki - it's very light, there's no
database or external things to go sideways, all your files are stored as
plain text if something does go wildly sideways, it's just text.  
should be very easy to recover/backup.   I've only ever tried to run it
under apache, but it ... might?  work with other webservers, probably
nginx fairly easily, maybe more.  I think the only thing it needs to run
is ... maybe php and a 'user that httpd runs as writable filesystem'. 
there are minimal bells/whistles to this, though.   user mgmt is
basically .ht files.

-- 
public gpg key id: 0x5B8147CB




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?829b109b-da58-96c3-59e2-74df74bef4db>