You are here
Mike McKee - Mon, 2010/05/31 - 18:52
Do you have any plans for a strictly document management turnkey solution in the near future? I have an associate in India who has a client who needs this.
VolomikeSouth Carolina, USA
Forum:
Could you provide more information about this usage scenario?
If there is enough interest in the community we bump up priority, but the fastest way to getting a new appliance into the library is to help build a TKLPatch for it.
Only one I can think of is KnowledgeTree...
It has an Open Source Community Version which has a Ubuntu 8.04 installer which should work fine on top of current TKL-Core. Or alternatively you could use the source installer on top of TKL-LAMP (along with the other requirements).
I tested it a while ago but it was overkill for my usage at that particular time, but it seemed pretty good.
No doubt there's other possibilities too.
We don't currently have anything that is ideal
There are quite a few open source doc managers floating about online but I have no recommendations and you'd need to install them yourself.
Hi Mark
Thanks for the server request. I have added it to our issue tracker as a "feature request".
Although it's well worth noting that unfortunately, we have a rather large backlog of requested new appliances and we're a relatively small team, with a number of competing priorities. Currently I'm primarily focused on developing our next major release; v16.0 which is based on Debian 10/Buster. There is no ETA yet but hopefully it will be ready soon.
Currently, the only way to push this forward, would be for someone within the community (perhaps you?!) to develop the build code. Whilst it does require some Linux know-how, I'd be more than happy to provide coaching and assistance in developing that if you or anyone else is interested.
I've never tried to set it up
I've never tried to set it up myself, but on face value, it appears fairly straight forward... The only thing that jumps out at me is that in the dependencies section (I looked at Ubuntu, which should be near enough for our purposes), it suggests installing 'python-dev', 'python-pip' and 'python-setuptools'. But it then goes on to explicitly create a python3 virtual env?! I assume that they actually mean the python3 versions of those packages. I.e. 'python3-dev', 'python3-pip' and 'python3-setuptools'.
As for creating a new TurnKey appliance, our build tools are bundled into an appliance of their own, called TKLDev. There is a fair bit of documentation, both here on the website and within the docs section of the GitHub TKLDev build code repo.
If you plan to have a crack at creating a new appliance, I would recommend that you have a bit of a read through that. In essence, it's actually fairly straight forward (although as per always, the devil is in the detail). Essentially appliance build code consists of a Makefile; which specifies common makefiles to use, trying to keep to the DRY (don't repeat yourself) philosophy. A plan; containing the package to install (again leverages common plans). Then conf scripts (generally bash/shell script or scripts in the conf.d dir) and overlay files (i.e. files laid over the top of the existing filesystem. At build time, packages are installed first (from both common and specific plans), then overlay files applied (common first, then local) and finally conf scripts (as per overlays).
I'm happy to assist further if you end up having a go. Although, if you're struggling to get it installed and running, then building an appliance will not make it any easier! As a general rule, documenting a stand alone install is usually the first step I take to building an appliance.
One last thing I should note though, is that the documentation talks about "the sandbox" and "root.sandbox". Unfortunately as of v14.2, that is currently broken and doesn't work as described in the docs. As we don't use it internally (it was added to make things easier for external developers) it hasn't got the priority it probably deserves, but hopefully we'll circle back to that, and fix it up at some stage...
Add new comment