Skip to content

Commit

Permalink
Update CHANGELOG and README to get ready for 0.8.2.17 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiromu Hota committed Dec 20, 2018
1 parent 6ba2b00 commit b81eb37
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 0.8.2.17 - 2018-12-20
### Changed
- Rebased to 8.2.0.0-342.
- Tag naming convention of Docker image (see [here](https://github.com/HiromuHota/webspoon-docker#tags) for details).

### Fixed
- Ignore corrupted hops (HiromuHota/pdi-git-plugin#22).

## 0.8.1.17 - 2018-11-26
### Added
- Log the current directory path thru JUL (#116)
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ $ docker run -d -p 8080:8080 hiromuhota/webspoon:latest-full

Please refer to the [wiki](https://github.com/HiromuHota/pentaho-kettle/wiki/System-Requirements) for system requirements.

1. Unzip `pdi-ce-8.1.0.0-365.zip`, then copy `system` and `plugins` folders to `$CATALINA_HOME`.
1. Unzip `pdi-ce-8.2.0.0-342.zip`, then copy `system` and `plugins` folders to `$CATALINA_HOME`.
2. Run install.sh at `$CATALINA_HOME`.
3. (Re)start the Tomcat.

Expand All @@ -42,14 +42,14 @@ The actual commands look like below:
```
$ export CATALINA_HOME=/home/vagrant/apache-tomcat-8.5.23
$ cd ~/
$ unzip ~/Downloads/pdi-ce-8.1.0.0-365.zip
$ unzip ~/Downloads/pdi-ce-8.2.0.0-342.zip
$ cd $CATALINA_HOME
$ cp -r ~/data-integration/system ./
$ cp -r ~/data-integration/plugins ./
$ wget https://raw.githubusercontent.com/HiromuHota/webspoon-docker/0.8.1.17/install.sh
$ wget https://raw.githubusercontent.com/HiromuHota/webspoon-docker/0.8.2.17/install.sh
$ chmod +x install.sh
$ export version=0.8.1.17
$ export dist=8.1.0.0-365
$ export version=0.8.2.17
$ export dist=8.2.0.0-342
$ ./install.sh
$ ./bin/startup.sh
```
Expand Down Expand Up @@ -212,7 +212,7 @@ Please build and locally-publish the following dependent libraries.
### pentaho-xul-swt

```
$ git clone -b webspoon-8.1 https://github.com/HiromuHota/pentaho-commons-xul.git
$ git clone -b webspoon-8.2 https://github.com/HiromuHota/pentaho-commons-xul.git
$ cd pentaho-commons-xul
$ mvn clean install -pl swt
```
Expand All @@ -233,7 +233,7 @@ $ mvn clean install -pl tests/org.eclipse.rap.rwt.testfixture -am
### pentaho-vfs-browser

```
$ git clone -b webspoon-8.1 https://github.com/HiromuHota/apache-vfs-browser.git
$ git clone -b webspoon-8.2 https://github.com/HiromuHota/apache-vfs-browser.git
$ cd apache-vfs-browser
$ mvn clean install
```
Expand All @@ -247,7 +247,7 @@ Remember to build pentaho-vfs-browser after rap due to its dependency on rap.
Compile `kettle-core`, `kettle-engine`, `kettle-ui-swt`, and `webspoon-security`; and install the packages into the local repository:

```bash
$ git clone -b webspoon-8.1 https://github.com/HiromuHota/pentaho-kettle.git
$ git clone -b webspoon-8.2 https://github.com/HiromuHota/pentaho-kettle.git
$ cd pentaho-kettle
$ mvn clean install -pl core,engine,security,ui
```
Expand Down

0 comments on commit b81eb37

Please sign in to comment.