From b3e8c82c25bd1c8b9d585901886da05e747e4a85 Mon Sep 17 00:00:00 2001 From: aha Date: Tue, 24 Jul 2018 11:43:17 +0200 Subject: [PATCH] Updates the website. --- src/site/index.html | 37 +++++++++---------------------------- 1 file changed, 9 insertions(+), 28 deletions(-) diff --git a/src/site/index.html b/src/site/index.html index dfecdba..e15543c 100644 --- a/src/site/index.html +++ b/src/site/index.html @@ -48,30 +48,21 @@

S3 ninja

S3 ninja emulates the S3 API for development and testing purposes.

- Download + Download Contribute
Screenshot - Install + Use
    -
  1. Download the release as ZIP file.
  2. -
  3. Unzip into your favorite directory.
  4. -
  5. To change the configuration create a file instance.conf in the root directory and adapt the - settings. Most - of the configuration can be found in app/application.conf - Do not modify this file, as it will - be - overridden with the next patch. -
  6. -
  7. Start the ninja using sirius.sh start (on any UNIX platform with java in the PATH) or - java IPL to start it manually -
  8. -
  9. Navigate to http://localhost:9444 - or the port you set with http.port in the config.
  10. -
  11. Run S3 API-Calls against http://localhost:9444/s3 (e.g. http://localhost:9444/s3/test-bucket/test-object)
  12. -
  13. Use sirius.sh stop or java -Dkill=true -Dport=9191 IPL to terminate the server
  14. +
  15. A readily packaged docker image is available at scireum/s3-ninja
  16. +
  17. Run like docker run scireum/s3-ninja -p 9444:80
  18. +
  19. Navigate to http://localhost:9444/ui
  20. +
  21. Run S3 API-Calls against http://localhost:9444/ (e.g. http://localhost:9444/test-bucket/test-object)
  22. +
  23. Provide an volume for /var/s3/data to persist data accross restarts.
API @@ -89,7 +80,7 @@

S3 ninja

 The MIT License (MIT)
 
-Copyright (c) 2015 scireum GmbH
+Copyright (c) 2018 scireum GmbH
 
 Permission is hereby granted, free of charge, to any person obtaining a copy of
 this software and associated documentation files (the "Software"), to deal in
@@ -123,15 +114,5 @@ 

S3 ninja

F**k me on GitHub - - \ No newline at end of file +