Skip to content

Commit

Permalink
renamed to 4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ywkim312 committed Oct 30, 2024
1 parent 7b39cf4 commit 035d8c0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [4.6.1] - 2024-10-29
## [4.7.0] - 2024-10-29

### Added
- User information to environment of process running the tool [#28](https://github.com/ncsa/datawolf/issues/28)
Expand Down
2 changes: 1 addition & 1 deletion charts/datawolf/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ version: 1.0.1
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: 4.6.1
appVersion: 4.7.0

# List of people that maintain this helm chart.
maintainers:
Expand Down
10 changes: 5 additions & 5 deletions datawolf-doc/doc/manual/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -247,18 +247,18 @@

https://opensource.ncsa.illinois.edu/projects/artifacts.php?key=WOLF

By default, the latest release is selected in the page (currently 4.6.1). To get early access to development releases, check the box **Show also prereleases.**
By default, the latest release is selected in the page (currently 4.7.0). To get early access to development releases, check the box **Show also prereleases.**

* Click on **Version**
* Select **4.6.1**
* Under **Files** select **datawolf-webapp-all-4.6.1-bin.zip**
* Select **4.7.0**
* Under **Files** select **datawolf-webapp-all-4.7.0-bin.zip**
* Click **I Accept** to accept the License.

This will give you the latest stable build that includes both the Data Wolf Server and the Web Editor. You can also find links to the javacode there as well as the manual. The link to the source code can be found at the end of this document.

### Installation and Setup

To install the files necessary for the Server and Editor, find where you downloaded Data Wolf and unzip it somewhere. This will create a folder called **datawolf-webapp-all-4.6.1**. In the next few sections, we'll discuss some of the important files that come with the installation you just unzipped so you can tailor your setup to meet your needs. If you wish to skip this, you can go directly to the section **Running Data Wolf Server and Editor**.
To install the files necessary for the Server and Editor, find where you downloaded Data Wolf and unzip it somewhere. This will create a folder called **datawolf-webapp-all-4.7.0**. In the next few sections, we'll discuss some of the important files that come with the installation you just unzipped so you can tailor your setup to meet your needs. If you wish to skip this, you can go directly to the section **Running Data Wolf Server and Editor**.

#### Data Wolf properties

Expand Down Expand Up @@ -443,7 +443,7 @@

#### Launch Scripts

If you go back to the folder **Data Wolf-webapp-all-4.6.1** you will see a sub-folder called **bin**, open this. Inside you will find two scripts, **datawolf-service** and **datawolf-service.bat**. The latter is intended for running Data Wolf on a Windows machine and the former is for running on Mac & Linux. As with the previous section, knowledge of this file is not required unless you are interested in configuring the Data Wolf Server and Editor beyond the default settings. We will show snippets of the file **datawolf-service** and discuss what each section is configuring.
If you go back to the folder **Data Wolf-webapp-all-4.7.0** you will see a sub-folder called **bin**, open this. Inside you will find two scripts, **datawolf-service** and **datawolf-service.bat**. The latter is intended for running Data Wolf on a Windows machine and the former is for running on Mac & Linux. As with the previous section, knowledge of this file is not required unless you are interested in configuring the Data Wolf Server and Editor beyond the default settings. We will show snippets of the file **datawolf-service** and discuss what each section is configuring.

```
# port for the jetty server
Expand Down

0 comments on commit 035d8c0

Please sign in to comment.