Changes between Version 10 and Version 11 of WikiStart
- Timestamp:
- 09/19/19 15:21:49 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v10 v11 1 1 = Welcome to GeniusWebApp 2 2 3 App is a desktop application that provides an interface to interact with all the other components of [https://tracinsy.ewi.tudelft.nl/pubtrac/GeniusWeb GeniusWeb] family. 3 4 4 This is the source code of the GeniusWeb stand-alone GUI application. This can be used as an alternative to the built-in pages of the servers. 5 GeniusWeb main page [https://tracinsy.ewi.tudelft.nl/pubtrac/GeniusWeb here] 5 6 6 [http://ii.ewi.tudelft.nl/GeniusWeb/downloads.html go to download page] 7 == Prerequisites 8 You should have [https://tracinsy.ewi.tudelft.nl/pubtrac/GeniusWebProfilesServer Profiles Server] , [https://tracinsy.ewi.tudelft.nl/pubtrac/GeniusWebPartiesServer Parties Server] and [https://tracinsy.ewi.tudelft.nl/pubtrac/GeniusWebRunServer Run Server] available in your system 7 9 10 == Installation 11 You can download the application from [http://ii.ewi.tudelft.nl/GeniusWeb/downloads.html here] for your operating system. 8 12 9 The main GeniusWeb page is [https://tracinsy.ewi.tudelft.nl/pubtrac/GeniusWeb here]. 13 **For Mac** 14 - Download and extract contents of `genius2-app-<version>-mac.zip` 15 - ZIP file contains `genius2.app`. After extracting it, you can use it by clicking on it. 16 - If you are prompted with an warning, go to 'System Preferences -> Security & Privacy' and click 'Open Anyway' to use application. 10 17 11 The source code is available also here. GeniusWebApp can be checked out at: 12 {{{ 13 svn checkout https://tracinsy.ewi.tudelft.nl/pub/svn/GeniusWebApp 14 }}} 18 **For Windows** 19 - Double click to on the `genius2-app-<version>-setup-windows.exe` to install 20 - Proceed through installation 21 - Once the installation is done, you can access it from the shortcut 15 22 23 **For Linux** 24 - Download `genius2-app-<version>-linux.AppImage` and double click to use the application. 25 - If application does not launch, open a terminal and type `chmod +x genius2-app-<version>-linux.AppImage` 26 - If double click won't work again, run the application from terminal by typing `./genius2-app-<version>-linux.AppImage` 16 27 28 == Source Code 29 If you wish to access the source code of this application, you can checkout the latest from: 17 30 18 31 ` svn checkout https://tracinsy.ewi.tudelft.nl/pub/svn/GeniusWebApp `