Changes between Version 10 and Version 11 of WikiStart


Ignore:
Timestamp:
09/19/19 15:21:49 (5 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v10 v11  
    11= Welcome to GeniusWebApp
    22
     3App 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.
    34
    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.
     5GeniusWeb main page [https://tracinsy.ewi.tudelft.nl/pubtrac/GeniusWeb here]
    56
    6 [http://ii.ewi.tudelft.nl/GeniusWeb/downloads.html go to download page]
     7== Prerequisites
     8You 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
    79
     10== Installation
     11You can download the application from [http://ii.ewi.tudelft.nl/GeniusWeb/downloads.html here] for your operating system.
    812
    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.
    1017
    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
    1522
     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`
    1627
     28== Source Code
     29If you wish to access the source code of this application, you can checkout the latest from:
    1730
    18 
     31` svn checkout https://tracinsy.ewi.tudelft.nl/pub/svn/GeniusWebApp `