diff --git a/project.clj b/project.clj index dd1b14d..ae7bd05 100644 --- a/project.clj +++ b/project.clj @@ -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"] diff --git a/website/index.html b/website/index.html index e86c6c5..662a181 100644 --- a/website/index.html +++ b/website/index.html @@ -26,19 +26,18 @@ connection.

Installation and configuration

-

First, download the latest version and extract the +

First, download the latest version and extract the archive. Compare the SHA256 hashsum to make sure, you have the original files.

-
$ sha256sum yenu.tar.gz
-9c57ce3cd53493048923ad138367aa3bc24ebb28c73d9ce77002f14a08f314f9
-

Next, you can simply run the jar-file with the following command.

-
$ java -jar yenu.yar
+
$ java -jar yenu.jar

If you like docker, you can use docker-compose to boot up the application - and send it to the background

+ and send it to the background. Download the sourcecode + and run the following commands

+
$ docker-compose build
 $ docker-compose up -d
@@ -58,7 +57,7 @@ $ docker-compose up -d 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.

License, copyrights and author

This tool is written in Clojure by Aaron Fischer. It is free to use