Getting Started
Prerequisites
There are three quick start options available:
- On MAC OSX using Homebrew :
$ brew tap athena-oss/tap $ brew install athena
- Download the latest release
- Clone the repo:
git clone https://github.com/athena-oss/athena.git
Now that you have Athena you can explore the Examples section.
If you want to start by building your own plugin use the wizard :
$ ./athena wizard start [<name_of_the_plugin>]
You can also install plugins by using the following command :
$ ./athena plugins install <name> <repo>