Skip to content

Commit

Permalink
misc fixes in changelog, install and pom
Browse files Browse the repository at this point in the history
  • Loading branch information
emanueldima authored and andmor- committed Apr 20, 2020
1 parent c45c029 commit 5595f72
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [2.2.0] - 2020-03-18
## [2.2.0] - 2020-03-30
- added new profiler module with support for tei, tcf, conllu and other formats
- added support for markdown (GitHub flavor) in tools description, auth info and licence
- improved help section (link to tool registry) and about section (funding info)
Expand Down
8 changes: 6 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,14 @@ Cloning this repository is required. The default settings require it to have the

Alternatively, the backend can be started from an IDE like Eclipse or IntelliJ IDEA.

3. Build the frontend with webpack in hot development mode:
3. Get the dependencies if it's the first time running the frontend:

```make dependencies```

4. Build the frontend with webpack in hot development mode:

```make run-webui-dev-server```

4. Goto [http://localhost:8081](http://localhost:8081) in your browser to get access to the switchboard.
5. Goto [http://localhost:8081](http://localhost:8081) in your browser to get access to the switchboard.
Any change in the frontend code will trigger an automatic recompilation and browser refresh.
Changing the backend java code requires a restart of the backend.
2 changes: 1 addition & 1 deletion backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<dependency>
<groupId>eu.clarin.switchboard</groupId>
<artifactId>profiler</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 5595f72

Please sign in to comment.