Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Commit

Permalink
Explain building, running bin/rows
Browse files Browse the repository at this point in the history
  • Loading branch information
fizx committed Apr 8, 2010
1 parent a6db804 commit 67aa9ed
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README
@@ -1,9 +1,17 @@
To build project:

ant dist -DDB_USERNAME=fixme -DDB_PASSWORD=fixmetoo

To run tests:

mysql> CREATE DATABASE rowz_nameserver;

% ant test -DDB_USERNAME=fixme -DDB_PASSWORD=fixmetoo

To run a simple development server:

% ./bin/rowz

To sample the networking service:

% cd src/scripts
Expand Down

0 comments on commit 67aa9ed

Please sign in to comment.