Skip to content
Felix S. Klock II edited this page Jul 28, 2013 · 1 revision

(a subpage of MoreAboutDart.)

Here are the three commands Felix used to create the Dart database, in the directory /home/pnkfelix/Dart/:


% java -jar ~/jars/DartServer.jar --createserver TestServer
...
% java -jar ~/jars/DartServer.jar --initializeserver TestServer
...
% java -jar ~/jars/DartServer.jar --create dart
...

Then you apparently need to start the server for the first time. This should probably be done only on the machine that is going to act as the Dart server (uighur.ccs.neu.edu).


% java -jar ~/jars/DartServer.jar --initialize --refresh -refreshServer TestServer dart
...

but then the documentation says shut it down via the client (this can be done on a different machine, which is why I am giving the -s uighur.ccs.neu.edu option below.


% java -jar ~/jars/DartClient.jar -s uighur.ccs.neu.edu -q dart
...

and then restart the server the normal way:


% java -jar ~/jars/DartServer.jar TestServer dart
...
Clone this wiki locally