From ead6f9439e2f067fabe40058e06dc5614e5077ca Mon Sep 17 00:00:00 2001 From: difegue <sugoi@cock.li> Date: Sat, 3 Sep 2016 01:31:21 +0200 Subject: [PATCH] gee bill, more markdown ? Signed-off-by: difegue <sugoi@cock.li> --- Readme.md | 25 +++++++++++++------------ tools/Install.md | 10 ++++++---- 2 files changed, 19 insertions(+), 16 deletions(-) diff --git a/Readme.md b/Readme.md index 8767f2c44..1bafcc3cf 100644 --- a/Readme.md +++ b/Readme.md @@ -1,13 +1,21 @@ LANraragi ============ - +[<img src="http://dockeri.co/image/difegue/lanraragi">](https://hub.docker.com/r/difegue/lanraragi/) Web interface and reader for storage of comics/manga on NAS, running on Perl/Redis/unar with a dash of Imagemagick and Bower. You can find a demo [here](http://faglord.party/lanraragi).  *Comes in various flavors, from flat design apologist to sad panda.* + +##Hotdog ! How do I install this ? +You can find the installation guide [here](https://github.com/Difegue/LANraragi/blob/master/tools/Install.md) for Linux/Windows/OSX machines. + +##I got me a setup, how do I use this ? +First, login with the default admin password (kamimamita), and hit the configuration page. +There are multiple settings you can change, including but not limited to the content folder, your password or the reading order. +Afterwards, add your archives in the content folder or through the upload page, and it just works™ ##Features @@ -18,22 +26,15 @@ You can find a demo [here](http://faglord.party/lanraragi). * Paged archive list with thumbnails-on-hover.  +* ..Or thumbnail view ! + + * Choose from 5 preinstalled library styles, or add your own with CSS. * Tag support: Add your own or import them from predefined sources when possible. Batch Tagging available ! * Responsive, so you can read on your phone/tablet when taking a shit. - - - -##Hotdog ! How do I install this ? -You can find the installation guide [here](https://github.com/Difegue/LANraragi/blob/master/tools/Install.md) for Linux/Windows/OSX machines. - -##I got me a setup, how do I use this ? -First, login with the default admin password (kamimamita), and hit the configuration page. -There are multiple settings you can change, including but not limited to the content folder, your password or the reading order. -Afterwards, add your archives in the content folder or through the upload page, and it just works™ ##Potential roadmap for when I feel motivated enough to take this up again @@ -42,5 +43,5 @@ Afterwards, add your archives in the content folder or through the upload page, * Database backup/restoration -* Moving away from CGI + diff --git a/tools/Install.md b/tools/Install.md index b0decc111..b1e9dfd39 100644 --- a/tools/Install.md +++ b/tools/Install.md @@ -1,7 +1,9 @@ -#LANraragi Installation Guide +LANraragi Installation Guide +============ + You can find below three ways to get a LANraragi installation: Docker, Vagrant, or regular Linux with Apache. -##Docker Installation +#Docker Installation A Docker image exists for deploying LANraragi installs to your machine easily without disrupting your already-existing web server setup.(Or installing on Windows/Mac.) Download [the Docker setup](https://www.docker.com/products/docker) and install it. Once you're done, get the CLI out : ``` @@ -32,7 +34,7 @@ docker build -t whateverthefuckyouwant/lanraragi [PATH_TO_THE_DOCKERFILE] ``` This will get the latest revision from the git repo and grab bower dependencies on its own. -##Vagrant Installation +#Vagrant Installation I wrote a Vagrantfile you can use with [Vagrant](https://www.vagrantup.com/downloads.html) to deploy a virtual machine on your computer with LANraragi preinstalled. Download [the Vagrant setup](https://github.com/Difegue/LANraragi/raw/master/tools/VagrantSetup) somewhere, and whip out a terminal : ``` @@ -48,7 +50,7 @@ to stop the VM when you're done. The Vagrant setup automatically gets the latest revision from the git repo and grabs bower dependencies on its own. If the current development version has issues or the bower dependencies fail, please use the files from one of [the releases](https://github.com/Difegue/LANraragi/releases). -##Manual Linux Installation +#Manual Linux Installation This guide is based on a bare-bones **Debian Jessie** installation. If you use another Linux flavor, you probably know which package manager to use.