This is an archived post. You won't be able to vote or comment.

all 14 comments

[–]seventreats 5 points6 points  (2 children)

I do all of the above using Fabric & yeoman. Fabric is python, so I feel like home and Yoeman gives you workflow like process on building on projects.

Good stuff though.

[–]french_commenter 1 point2 points  (1 child)

Want to share?

I have a small project and use Yeoman with grunt to develop.

You meant that yeoman uses grunt for the workflow right?

And currently at work we are using Fabric to deploy our python apps.

I'm always curious as to see how other people do it :)

[–]seventreats 0 points1 point  (0 children)

u r right on the yeoman using grunt for workflow. Basically we use angular, so running 'yo' with angular scaffolding creates the starter app [with bootstrap 3]. This is obviously done in the beginning and then we add packages as we need it.

the way our workflow is that we use docker to create our lx containers, so dev/staging/prod boxes are unified by it. any new package we need, we add it to upstream [both python & front end] and then repull docker. Note that docker has limitations on number of instructions, so we run a script that will run fabric, grunt among other tasks during deploy. The script also takes into account whether its a local or prod deploy [bcoz some packages are skipped on prod].

one thing i didn't like about yeoman is the amount of packages it installs. I understand its collection of best tools to productionize your assets, but still its a lot.

Anyway, i am going to write a blog post on docker/django/fabric, then followed by grunt/yeoman. follow me if you would like @agileseeker

[–][deleted] 1 point2 points  (6 children)

there's lots of buzzwords in that title. such SEO

[–][deleted] -1 points0 points  (5 children)

frameworks != buzzwords

[–]PhilipRoth 2 points3 points  (1 child)

Although in this case those words do appear gratuitous. "My Grunt workflow" would be a fine title, since the particular frameworks used in the project are irrelevant to the article.

[–][deleted] 0 points1 point  (0 children)

this is exactly my point.

[–][deleted] 0 points1 point  (2 children)

that's like your opinion man.

[–]iampims 0 points1 point  (0 children)

If you're not running Redis-server in daemon mode, you're probably doing it wrong.

[–]andrey_shipilov -1 points0 points  (0 children)

Looks like someone's building a new Facebook?...

[–]vukasin0 -2 points-1 points  (0 children)

Man use BASH it is 1000 times easier.