Skip to content

jmdb-spikes/pallet-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple pallet demo

Instructions from http://palletops.com/doc/first-steps/

To get it to work, you need to do this:

lein plugin install lein-newnew 0.3.4

lein plugin install pallet/lein-template 0.2.5

Then you can create a new pallet project:

lein new pallet <whatever-you-want-yer-project-called>

And then you can set-up pallet

lein deps

lein pallet add-service aws aws-ec2 "your-aws-key" "your-aws-secret-key"

Your aws key and secret key can be found in the aws console under "Security Credentials"

https://portal.aws.amazon.com/gp/aws/securityCredentials

I found that the first one of these I had didn't work, so I generated a new one and then it seemed to be fine.

If you look in the file "simple.clj" in this project, you will find a set of calls that can be executed in the REPL to do some cool stuff

About

A simple demo of using pallet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published