Changes between Version 3 and Version 4 of Documentation/Howto/SetupHiveStatistics
- Timestamp:
- 10/20/15 14:34:26 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/Howto/SetupHiveStatistics
v3 v4 23 23 * You can now also install the other plugins (status, statistics, maintenance) by creating on the server new directories in WebApp\WebApp\plugins\ and copying the contents of the projects bin directory to this location, e.g. for status the path would be `WebApp\WebApp\plugins\status\` and the contents of this directory would be content of e.g. `HeuristicLab.Services.WebApp.Status\3.3\bin\Debug`. 24 24 * If you reload the WebApp in the browser, you should now see new entries in the left pane. Please note that this may depend on your user and rights. 25 * If you have installed all 3 plugins, the final folder structure on the server should look like this: 26 [[Image(folderstructure.png)]] 25 27 26 28 For more information or if you want to create your own plugin, have a look at the [[Documentation/Howto/ImplementAHLWebAppPlugin| WebApp Howto]]