Some HTML stuff

This commit is contained in:
Aaron Fischer 2021-07-31 00:49:26 +02:00 committed by Aaron Fischer
parent 6aa4417bba
commit ca18e0988e
No known key found for this signature in database
GPG Key ID: A62EFAEA293B99D7
2 changed files with 7 additions and 8 deletions

View File

@ -7,7 +7,7 @@
(defproject yenu "1.0.1"
:description "yenu -- The image sharing tool for friends"
:url "https://yenu.aaron-fischer.net/"
:url "https://yenu.gridbag.net/"
:dependencies [[bouncer "1.0.1"]
[compojure "1.6.2"]

View File

@ -26,19 +26,18 @@
connection.</p>
<h2>Installation and configuration</h2>
<p>First, <a href="">download the latest version</a> and extract the
<p>First, <a href="yenu.jar">download the latest version</a> and extract the
archive. Compare the SHA256 hashsum to make sure, you have the original
files.</p>
<pre class="code">$ sha256sum yenu.tar.gz
9c57ce3cd53493048923ad138367aa3bc24ebb28c73d9ce77002f14a08f314f9</pre>
<p>Next, you can simply run the jar-file with the following command.</p>
<pre class="code">$ java -jar yenu.yar</pre>
<pre class="code">$ java -jar yenu.jar</pre>
<p>If you like docker, you can use docker-compose to boot up the application
and send it to the background</p>
and send it to the background. Download the <a href="https://git.okoyono.de/f/yenu">sourcecode</a>
and run the following commands</p>
<pre class="code">$ docker-compose build
$ docker-compose up -d</pre>
@ -58,7 +57,7 @@ $ docker-compose up -d</pre>
as possible and do one thing well: Share images. If you know a little Clojure and
can hack a together a little script, you can easily migrate your data from any other
system to yenu: Just create the database entries, and copy the images to the right
place. Have a look at the migration folder for an example with data from Mediagoblin.
place.
<h2>License, copyrights and author</h2>
<p>This tool is written in <a href="https://clojure.org/">Clojure</a> by <a href="https://aaron-fischer.net/">Aaron Fischer</a>. It is free to use