Skip to content

Release page template

Casper Thule edited this page Feb 5, 2018 · 2 revisions

This template provides a quick way to start release notes. Just paste it in the new release page.

## VERSION NUMBER (DATE)

### What's New?
Describe new features in sufficient detail. Highlight most important improvements and fixes

### Requirements

In order to open projects from Git, including the public examples import, you will need to have Git installed and available in your system path.

If you want to run co-simulations, you will need the COE. It can be downloaded from the download manager inside the app. In order to run the COE, you need to have Java 8 installed. Java 8 is also required to co-simulate FMUs exported from Overture.

To run Design Space Exploration Experiments, Python 2.7 is required.

The app has no other dependencies and no installation is required. Simply unzip and run. On Windows, the app cannot be run from a mapped network drive.

### Known Issues

There are a few known issues with the app:

* When creating/importing projects, no check is made for the root path. The project will not open/import correctly if given an invalid path.
* When importing examples or projects through Git, if you import an already imported project to the same location, the download manager will sometimes hang at 0% progress. 
* The app has no explicit setting for proxies. In order to use it behind a proxy, please set the `HTTP_PROXY` environment variable (see https://github.com/into-cps/intocps-ui/wiki/Working-with-a-proxy)

For the full list, see https://github.com/into-cps/intocps-ui/issues.


### Problems and Troubleshooting

If you run into any problems, please use the issue tracker at <https://github.com/into-cps/intocps-ui/issues>. The tracker is also available from within the app itself via `Help > Report Issue`

### Other Resources
* [INTO-CPS Application User Manual](https://github.com/into-cps/into-cps.github.io/raw/master/manuals/INTO-CPS_User_Manual.pdf)
* [INTO-CPS Project site](http://into-cps.au.dk/)
* [INTO-CPS Release site](http://into-cps.github.io/)
* [App Developers Wiki](https://github.com/into-cps/intocps-ui/wiki)
Clone this wiki locally