Skip to content
This repository has been archived by the owner on Dec 30, 2020. It is now read-only.

Bootstrap script #9

Open
bitprophet opened this issue May 25, 2012 · 3 comments
Open

Bootstrap script #9

bitprophet opened this issue May 25, 2012 · 3 comments

Comments

@bitprophet
Copy link
Contributor

The README now has a step-by-step for going from a Python interpreter to a working Commis install. Automating this in a way that anybody can use is the next obvious step. Possible avenues:

  • Shell script. Most portable, but well...shell. Eh.
  • Invoke task. Pure-Python, so not shell, and if we're assuming Python as a given...unfortunately Invoke isn't actually out yet. Hopefully soon though...
  • Something else?
@jezdez
Copy link

jezdez commented May 26, 2012

I've recently looked at @dcramer's logan for doing something like that for a other project. E.g. sentry and mvantellingen/localshop (https://github.com/mvantellingen/localshop) uses it for setting up a Django based project with all the bells and whistles of configuring. Just FYI.

@bitprophet
Copy link
Contributor Author

Huh, that's neat. If I'm unable to get Invoke bootstrapped to the point where it's useful for basic Python makefile junk, soon (have a 3 day weekend now...:D) that could be a viable alternative, esp given the hooks to Django.

@coderanger
Copy link
Owner

Yay, I had been hoping someone else would write something exactly like that if I just waited long enough!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants