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

Commit

Permalink
updated README with build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronontheweb committed Nov 27, 2013
1 parent 75d50d7 commit b295375
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,21 @@ Your First Fluent Cassandra Application
There was an indepth 2 part series of blog posts made on the subject of creating your first Fluent Cassandra application.

1. [Your First Fluent Cassandra Application](http://coderjournal.com/2010/06/your-first-fluent-cassandra-application/)
2. [Your First Fluent Cassandra Application (part 2)](http://coderjournal.com/2010/06/your-first-fluent-cassandra-application-part-2/)
2. [Your First Fluent Cassandra Application (part 2)](http://coderjournal.com/2010/06/your-first-fluent-cassandra-application-part-2/)

Building FluentCassandra
--------------------

If you need to build FluentCassandra locally, know that FluentCassandra uses [Albacore][0] - a Ruby-based build system for Windows.

To build FluentCassandra, [install Ruby][1] onto your machine and then open a new command prompt to your local FluentCassandra directory and execute the following command:

````
$: rake
````

And that's it! The build will automatically run for you. You can also execute `rake -T` to see a list of additional commands.

[0]: https://github.com/Albacore/albacore "Albacore is a professional quality suite of Rake tasks for building .NET or Mono based systems."

[1]: http://www.railsinstaller.org/ "Rails Installer for Windows"

0 comments on commit b295375

Please sign in to comment.