Community server setup windows

From OneSwarm Wiki

Revision as of 04:54, 6 August 2010 by FailMeh (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This article describes how to set up the OneSwarm community server on Windows.

If you want to run a server using SSL, you'll first need to generate an SSL certificate. In this example, I'm using Java's keytool.

Note: You'll want to replace cn=127.0.0.1 with cn=<your hostname here> for your server. The hostname specified in the certificate should match your actual hostname / IP. In this case, since we're only testing the server on the local machine, we'll use 127.0.0.1.

Next, start the server specifying the keystore you just generated:

At this point, the server is running, and you should be able to load the admin interface at the default URL:

https://127.0.0.1:8081/admin

You'll be prompted for a username and password. The default username is admin with a blank (empty) password. 

You'll probably want to reconfigure the default port, hostname, and other settings. For a more complete reference, see here

Personal tools