Difference between revisions of "Server"

From SBOL Project
Jump to: navigation, search
(Server Binaries)
 
Line 9: Line 9:
  
  
you can create accounts using the SB server using the -createaccount switch further edits can be made using a SQLite DB editor like http://sqlitebrowser.org/
+
you can create accounts using the DB server using the -createaccount switch further edits can be made using a SQLite DB editor like http://sqlitebrowser.org/
  
 
== Server Source Code ==
 
== Server Source Code ==
 
The server is currently in its early stages of development. It can be found on [https://github.com/tofuman0/SBOL GitHub here]
 
The server is currently in its early stages of development. It can be found on [https://github.com/tofuman0/SBOL GitHub here]

Latest revision as of 00:50, 4 December 2018

Server Binaries

Currently there are no fully functional public binaries. Currently we aren't at a stage where the game is functional with our server code. Once we have a release of the server software it will be posted here.

In the mean time you can download an early build of a working server and client which currently has very limited functionality HERE. The login with this is

Username: test

Password: test


you can create accounts using the DB server using the -createaccount switch further edits can be made using a SQLite DB editor like http://sqlitebrowser.org/

Server Source Code

The server is currently in its early stages of development. It can be found on GitHub here