From chrisc at catalyst.net.nz Sun Nov 20 21:58:26 2016 From: chrisc at catalyst.net.nz (Chris Cormack) Date: Mon, 21 Nov 2016 09:58:26 +1300 Subject: [Koha-docs] Koha Documentation Message-ID: <20161120205826.4jl2vb36phdoeehk@rorohiko.wgtn.cat-it.co.nz> Hi All As most of you will know I have been converting the Kohadocs to use Sphinx instead of Docbook XML. This is all ready to go. Both the master branch and the manual16.11.x branches are using Sphinx. You can see them here http://git.koha-community.org/gitweb/?p=kohadocs.git;a=shortlog;h=refs/heads/manual16.11.x and http://git.koha-community.org/gitweb/?p=kohadocs.git;a=shortlog;h=refs/heads/master Sphinx uses restructured text (like markdown) which is easier to read and edit. The file is broken up into smaller sections under en/source You will see a list of files like 01_intro.rst 02_administration.rst etc You can open these in any text editor you like, the format is quite simple to understand, but if you want to do something fancy you can read the primer here http://www.sphinx-doc.org/en/1.4.8/rest.html#rst-primer So you can submit patches the way people have always done. Or If you want, you can go to https://gitlab.com/koha-community-devs-users/kohadocs And submit merge requests. You can even edit the files in your webbrowser, eg https://gitlab.com/koha-community-devs-users/kohadocs/blob/master/en/source/01_intro.rst And select edit (if you are logged in). You can use the preview link to see what it will look like before you submit your changes. Happy documenting everyone Chris -- Chris Cormack Catalyst IT Ltd. +64 4 803 2238 PO Box 11-053, Manners St, Wellington 6142, New Zealand -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: not available URL: From chrisc at catalyst.net.nz Wed Nov 30 22:00:53 2016 From: chrisc at catalyst.net.nz (Chris Cormack) Date: Thu, 1 Dec 2016 10:00:53 +1300 Subject: [Koha-docs] [Koha] Manual koha 16.11 broken link In-Reply-To: References: <53228E6F-4A23-4A9C-A08D-80DC9937C307@catalyst.net.nz> Message-ID: <20161130210053.zasdehxajbcecg7d@rorohiko.wgtn.cat-it.co.nz> * Nicole Engard (nengard at gmail.com) wrote: > I did say I'd be back :( I needed a few months to get up to speed at my > new job, but just updated my repo to help with the manual again. If you > don't need me let me know. > Hi Nicole (And everyone) If people want to help, the manual is now in restructured text, which makes it a lot easier to edit. In the pdf, and one page html document the links are right, but in the multi html page document. The links are wrong. So they need to be fixed. (The good news is fixing them for it, doesn't break it for anywhere else). If you look at this patch http://git.koha-community.org/gitweb/?p=kohadocs.git;a=commitdiff;h=7372024cc192e45631e4b52e136a3f77e9533c8d#patch1 You can see the change that needs to be made to fix the links -basic setup. Refer to the `Implementation Checklist <#implementation>`__ +basic setup. Refer to the :ref:`Implementation Checklist` The readme will tell you how to create the files to test with http://git.koha-community.org/gitweb/?p=kohadocs.git;a=blob;f=README.md;h=5d18feacd50c2414b59447cc1aa45c1ad9c0767d;hb=refs/heads/master So patches fixing links would be awesome. If you want you can also go to https://gitlab.com/koha-community-devs-users/kohadocs And sign in to gitlab, and edit the files there, there is even a preview mode so you can check they look ok EG if you go to https://gitlab.com/koha-community-devs-users/kohadocs/blob/master/en/source/02_administration.rst You can see what it looks like (without images), and if you are logged in can click edit to make changes there. Chris -- Chris Cormack Catalyst IT Ltd. +64 4 803 2238 PO Box 11-053, Manners St, Wellington 6142, New Zealand -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: not available URL: From divyabatra2001 at gmail.com Fri Nov 4 07:11:46 2016 From: divyabatra2001 at gmail.com (Divya Batra) Date: Fri, 04 Nov 2016 06:11:46 -0000 Subject: [Koha-docs] koha on redhat Message-ID: Dear, Greetings I want to know about the procedure and entire method for installing koha on redhat. Ours is a government organization and servers with redhat installed is available for us to use and complete redhat support is also available. As it is a government organization internet access is as such not available on the server system so offline installation is needed to be done. Koha is an open source system, so it should be possible to install it on any linux machine. I want to know how we can do that. We want to install a stable koha version on a stable redhat version. Hoping for a positive reply. Thanks & Regards Divya Batra -------------- next part -------------- An HTML attachment was scrubbed... URL: From rsantellan at gmail.com Fri Nov 4 13:31:49 2016 From: rsantellan at gmail.com (Rodrigo Santellan) Date: Fri, 04 Nov 2016 12:31:49 -0000 Subject: [Koha-docs] [Koha-devel] koha on redhat In-Reply-To: References: Message-ID: Divya, There is a page on the wiki that says how to on RHEL: https://wiki.koha-community.org/wiki/Koha_on_Redhat_Enterprise_6 My recommendation is that install it on a machine with internet first for all the dependency resolutions and then try it on the actual server. You can download the source code and run the MakeFile.PL, *perl Makefile.PLmake && make testmake install* On the other side you can use alien to convert a deb package to a rpm package: http://www.thegeekstuff.com/2010/11/alien-command-examples/ and try with that. If you try and fail post the terminal outputs so we can help. Regards. On Fri, Nov 4, 2016 at 3:11 AM, Divya Batra wrote: > Dear, > Greetings > > > I want to know about the procedure and entire method for installing koha > on redhat. Ours is a government organization and servers with redhat > installed is available for us to use and complete redhat support is also > available. > As it is a government organization internet access is as such not > available on the server system so offline installation is needed to be > done. > Koha is an open source system, so it should be possible to install it on > any linux machine. I want to know how we can do that. > We want to install a stable koha version on a stable redhat version. > > Hoping for a positive reply. > Thanks & Regards > Divya Batra > > _______________________________________________ > Koha-devel mailing list > Koha-devel at lists.koha-community.org > http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel > website : http://www.koha-community.org/ > git : http://git.koha-community.org/ > bugs : http://bugs.koha-community.org/ > -------------- next part -------------- An HTML attachment was scrubbed... URL: