FredHutch / scicomp_flask_examples

Flask Applications the SciComp Way
0 stars 0 forks source link

deployment and bootstrapping via PyPI #5

Open dirkpetersen opened 7 years ago

dirkpetersen commented 7 years ago

The dependencies for our templates should be deployable via PyPI so we can bootstrap on any machine that supports pip3. The actual bootstrap command may also be residing in the this package

Examples: https://github.com/FredHutch/lf-backup https://github.com/FredHutch/proxmox-tools

both of these examples contain a pypi-push.sh script.

dtenenba commented 7 years ago

Do we have an account on PyPI? If so maybe you can (securely) share the credentials with me. Otherwise I will just create my own account. BTW this seems useful: http://peterdowns.com/posts/first-time-with-pypi.html

dirkpetersen commented 7 years ago

Yes, I will print it for you. I was using exactly that documentation to create the pypi-push.sh script.

Dirk

From: Dan Tenenbaum [mailto:notifications@github.com] Sent: Wednesday, April 26, 2017 9:28 AM To: FredHutch/scicomp_flask_examples scicomp_flask_examples@noreply.github.com Cc: Petersen, Dirk petersen@fredhutch.org; Author author@noreply.github.com Subject: Re: [FredHutch/scicomp_flask_examples] deployment and bootstrapping via PyPI (#5)

Do we have an account on PyPI? If so maybe you can (securely) share the credentials with me. Otherwise I will just create my own account. BTW this seems useful: http://peterdowns.com/posts/first-time-with-pypi.htmlhttps://urldefense.proofpoint.com/v2/url?u=http-3A__peterdowns.com_posts_first-2Dtime-2Dwith-2Dpypi.html&d=DwMFaQ&c=eRAMFD45gAfqt84VtBcfhQ&r=lH5Yetv0MUfJoOYHc_QXhttqfmACzLa_2bZ1JlOUnlA&m=wKVN1PzUtEI9m9y122-NArrCHcVRa51SanXwLp5_5PU&s=n5dmOWu7I1gXVIwAw9dkUr8GQGL_fc-XhCIgpYUBWxA&e=

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_FredHutch_scicomp-5Fflask-5Fexamples_issues_5-23issuecomment-2D297466691&d=DwMFaQ&c=eRAMFD45gAfqt84VtBcfhQ&r=lH5Yetv0MUfJoOYHc_QXhttqfmACzLa_2bZ1JlOUnlA&m=wKVN1PzUtEI9m9y122-NArrCHcVRa51SanXwLp5_5PU&s=WmyhmjdikELvNCSTpICVSh3o28qbDuXaDOHNu5lruls&e=, or mute the threadhttps://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_notifications_unsubscribe-2Dauth_ABXJB0139CikdXSac1H1Z0BgWU1Ur-5FWvks5rz3CKgaJpZM4NISjS&d=DwMFaQ&c=eRAMFD45gAfqt84VtBcfhQ&r=lH5Yetv0MUfJoOYHc_QXhttqfmACzLa_2bZ1JlOUnlA&m=wKVN1PzUtEI9m9y122-NArrCHcVRa51SanXwLp5_5PU&s=B4YWFc_ZdmFViAtkfy7sutvGzXVKa2zlCIN8MGWQfxM&e=.

dirkpetersen commented 7 years ago

here is another perhaps interesting bootstrap thingy that just came out https://pypi.python.org/pypi/create-flask-app