Skip to content

Commit

Permalink
prepared 0.1.0-M1 release notes
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Jaeckle <[email protected]>
  • Loading branch information
thjaeckle committed Dec 18, 2017
1 parent 5e9e59c commit 1285332
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 13 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ Find the documentation on the project site: [https://eclipse.org/ditto/](https:/
## Getting started

In order to start up Ditto, you'll need
* JDK 8 >= 1.8.0_92 (due to a bug in older versions of the JDK you'll get a compile error)
* Apache Maven 3.x installed
* a running Docker daemon (at least version 17.06 CE)
* Docker Compose installed (at least version 1.14)

Expand All @@ -33,8 +31,15 @@ Check the logs after starting up:
docker-compose logs -f
```

Open following URL to get started: [http://localhost:8080](http://localhost:8080)<br/>
Or have a look at the ["Hello World"](https://eclipse.org/ditto/intro-hello-world.html)

### Build and start Ditto

In order to build Ditto, you'll need
* JDK 8 >= 1.8.0_92 (due to a bug in older versions of the JDK you'll get a compile error)
* Apache Maven 3.x installed

In order to first build Ditto and then start the built Docker images

```bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ entries:
output: web
folderitems:

- title: 0.1.0M1 Release notes
url: /release_notes_010M1.html
- title: 0.1.0-M1 Release notes
url: /release_notes_010-M1.html
output: web

- title: Installation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Meanwhile we worked on setting up the project site and documentation which we ha

The [HTTP API Documentation](http-api-doc.html) is already complete and describes both of our API versions 1 and 2.

Next we focus on releasing a first Milestone `0.1.0M1` including images on [Docker Hub](https://hub.docker.com/u/eclipse/)
Next we focus on releasing a first Milestone `0.1.0-M1` including images on [Docker Hub](https://hub.docker.com/u/eclipse/)
so that you can try out Eclipse Ditto more easily without building it first.

We are looking forward to any feedback you have via our [Feedback channels](feedback.html).
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
title: "Announcing Ditto Milestone 0.1.0M1"
title: "Announcing Ditto Milestone 0.1.0-M1"
published: true
permalink: 2017-12-14-milestone-announcement-010M1.html
permalink: 2017-12-18-milestone-announcement-010-M1.html
layout: post
author: thomas_jaeckle
tags: [blog]
hide_sidebar: true
sidebar: false
---

We finally managed to build our first milestone of Eclipse Ditto: [0.1.0M1](release_notes_010M1.html)
We finally managed to build our first milestone of Eclipse Ditto: [0.1.0-M1](release_notes_010-M1.html)

Java artifacts were published to both the [Eclipse Maven repository](https://repo.eclipse.org/content/repositories/ditto/)
as well as [Maven central](repo1.maven.org/maven2/org/eclipse/ditto/).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ Inside that JSON object we can add as much JSON keys as we like with any JSON va

## Creating your first Thing

We create a Thing for the example from above by using [cURL](https://github.com/curl/curl). Basic authentication will use the credentials of a user "ditto". Those credentials have been created by default in the [nginx](https://github.com/nginx/nginx) started via "docker". (See ditto/docker/README.md)
We create a Thing for the example from above by using [cURL](https://github.com/curl/curl). Basic authentication will use the credentials of a user "ditto".
Those credentials have been created by default in the [nginx](https://github.com/nginx/nginx) started via "docker".
(See [ditto/docker/README.md](https://github.com/eclipse/ditto/blob/master/docker/README.md))

```bash
curl -u ditto:ditto -X PUT -d '{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: Release notes 0.1.0M1
title: Release notes 0.1.0-M1
tags: [release_notes]
keywords: release notes, announcements, changelog
summary: "Version 0.1.0M1 of Eclipse Ditto, released on 14.12.2017"
permalink: release_notes_010M1.html
summary: "Version 0.1.0-M1 of Eclipse Ditto, released on 18.12.2017"
permalink: release_notes_010-M1.html
---

Eclipse Ditto 0.1.0M1 is the first milestone of Eclipse Ditto.
Eclipse Ditto 0.1.0-M1 is the first milestone of Eclipse Ditto.

In the future at this point you'll find the release notes for a milestone or a full release.

0 comments on commit 1285332

Please sign in to comment.