commis icon indicating copy to clipboard operation
commis copied to clipboard

Bootstrap script

Open bitprophet opened this issue 13 years ago • 3 comments

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?

bitprophet avatar May 25 '12 22:05 bitprophet

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.

jezdez avatar May 26 '12 17:05 jezdez

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.

bitprophet avatar May 26 '12 18:05 bitprophet

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

coderanger avatar May 27 '12 08:05 coderanger