Skip to content

Latest commit

 

History

History
73 lines (45 loc) · 1.07 KB

README.md

File metadata and controls

73 lines (45 loc) · 1.07 KB

todo-aerospike

FIXME: description

Developing

Setup

When you first clone this repository, run:

lein setup

This will create files for local configuration, and prep your system for the project.

Next connect the repository to the Heroku app:

heroku git:remote -a FIXME

Environment

To begin developing, start with a REPL.

lein repl

Run go to initiate and start the system.

user=> (go)
:started

By default this creates a web server at http://localhost:9000.

When you make changes to your source files, use reset to reload any modified files and restart the server.

user=> (reset)
:reloading (...)
:started

Generators

This project has several generators to help you create files.

  • lein gen endpoint <name> to create a new endpoint
  • lein gen component <name> to create a new component

Deploying

To deploy the project, run:

lein deploy

Legal

Copyright © 2015 FIXME