Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mwotton/instigator
best-practices project setup utility for Haskell and Sinatra/Rails on Heroku
https://github.com/mwotton/instigator
Last synced: 12 days ago
JSON representation
best-practices project setup utility for Haskell and Sinatra/Rails on Heroku
- Host: GitHub
- URL: https://github.com/mwotton/instigator
- Owner: mwotton
- License: bsd-3-clause
- Created: 2011-04-05T20:55:43.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-04-20T18:17:31.000Z (over 12 years ago)
- Last Synced: 2023-04-16T12:07:47.450Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 2.5 MB
- Stars: 11
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Instigator is a template for starting new projects, intended to make it
easier to start a project with all of the goodies like testing, github
repo and Jenkins integration set up.Currently there are recipes for Sinatra apps running on heroku, and
Haskell apps and libraries.Getting started:
bundle
# only needs to be done once per machine - substitute your CI server here.
jenkins nodes --host ci.shimweasel.com --port 80
git config --global github.token YOURTOKEN
git config --global github.user YOURLOGIN
git config --global jenkins.user YOURJENKINSUSER
git config --global jenkins.password YOURJENKINSPASSWORD# a haskell library
instigate MYAPPNAME --project_type=haskell --lib
# or a sinatra project on heroku
instigate MYAPPNAME --project_type=sinatraTODO
These things are on the agenda when I get more time. If they matter to you, by all means fork and send me a pull request.
- add local recipes/templates so that the user can have their own templates without forking the repo.
- cucumber for rails & sinatra
- proper integration for tbc with the haskell project (bit broken currently)
- support for gitosis/gitolite rather than github. (If you really want darcs/mercurial/bzr etc, you'll have to do it - it's never going to get onto my priority list.)
- Template for XCode projects (@whatupdave was going to take a look at this one)