You can deploy your own version of TD-Nibs in seconds using the Heroku button below:
You can also deploy Nibs to Heroku using the command line:
Clone the repository
git clone https://github.com/treasure-data/td-nibs
Create a Heroku application
cd td-nibs
heroku create
Install the Postgres plugin
heroku addons:add heroku-postgresql:dev
Install the Treasure Agent plugin
heroku addons:create treasure-data:trial
Deploy to Heroku
git push heroku master
Run the the application:
Open the application in a browser:
heroku open
Click the Signup button to create an account
You can also install Nibs on your local machine:
Clone the repository
git clone https://github.com/treasure-data/td-nibs
Install the server dependencies
cd td-nibs
npm install
Create a local database
Start the server
node server
Run the application