This is a simple wiki built to demonstrate using Datomic from Ruby.
- Download this repository.
- Go to the repository directory.
- Make sure you have Datomic, Ruby and Bundler installed.
- Run
bundle
(or however you like to run Bundler.) - Start a Datomic REST client with the following parameters:
$DATOMIC_HOME/bin/rest 9000 example datomic:mem://
- Start the application by running:
bundle exec ruby ./wiki.rb
- Go to http://localhost:4567 and start playing around! It is not currently very discoverable, but this will change in the future.