Changes between Version 429 and Version 430 of WikiStart
- Timestamp:
- 07/28/21 09:57:38 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v429 v430 40 40 41 41 == Installation 42 This descibes how to install the reference implementation in java. We assume you have java installed on your machine.43 44 The GeniusWeb core code does not need to be installed.45 42 Check the profilesserver, partiesserver and runserver wiki pages (see above) for installation details. 43 44 The GeniusWeb core code does not need to be installed. To build parties you only need java and maven. To create profiles you need a text editor. 46 45 47 46 {{{#!td style="background: #eef" 48 47 To add/remove/change parties and profiles, the servers we provide require that you have full control over the server. Therefore you usually install your own server. 49 48 }}} 50 51 If you want to run your own parties or use your own profiles, you always need a custom server.52 49 53 50