Commit Graph

5240 Commits (1a21da11c1173cca1266ccf4436f1a69edf7610a)

Author SHA1 Message Date
Raymond Yee 105cf6137b Added rrsets_for_domain to aws.py and some mods to my notebooks 2015-05-04 10:51:11 -07:00
Raymond Yee f908490b58 Now we're at a point in which the deploy_gluejar_dot_com.ipynb can launch an EC2 instance and launch gluejar.com from github.
Major next step:  get DNS configuration done
2015-05-04 10:51:11 -07:00
Raymond Yee 408328d4f2 next steps on deploying gluejar.com 2015-05-04 10:51:11 -07:00
Raymond Yee bbf46aa2e2 Now able to fire up a test django server:
django-admin.py runserver 0.0.0.0:8000 --settings gluejar_dot_com.settings

after running deploy
2015-05-04 10:51:11 -07:00
Raymond Yee 370680d5ca Moving the logic to deploy gluejar.com to a different ipynb 2015-05-04 10:51:11 -07:00
Raymond Yee 158e3891b7 Clearing output from notebook 2015-05-04 10:51:11 -07:00
Raymond Yee 647db26a4f work in progress to adapt Fabric script for deploying gluejar.com 2015-05-04 10:51:11 -07:00
Raymond Yee 263e869d3d removed all output cells in build_ec2_instances_for_django.ipynb 2015-05-04 10:51:11 -07:00
Raymond Yee 1e541127b2 Code to test basic setup for local mysql 2015-05-04 10:51:11 -07:00
Raymond Yee 845103d9de progress on security groups and a bit of work on db 2015-05-04 10:51:10 -07:00
Raymond Yee 130ce6281e fix the env variable name needed for boto 2015-05-04 10:51:10 -07:00
Raymond Yee f2182f1a2e IAM code; now a Python script version of notebook 2015-05-04 10:51:10 -07:00
Raymond Yee 43f300de99 fixed some names for IAM code 2015-05-04 10:51:10 -07:00
Raymond Yee b398a21cc8 much of the IAM functionality in place 2015-05-04 10:51:10 -07:00
Raymond Yee 23aa8f449e now can create IAM user and get a key/secret -- but no permission yet -- that's next 2015-05-04 10:51:10 -07:00
Raymond Yee e4c1b201d0 Start to look at IAM 2015-05-04 10:51:10 -07:00
Raymond Yee 528f261550 Now I have a bit of code for rebooting an instance 2015-05-04 10:51:10 -07:00
Raymond Yee 042c03dd91 mysql setup is good -- but we now need to reboot instance 2015-05-04 10:51:10 -07:00
Raymond Yee e48175b079 buid_ec2_instances_for_django.ipynb now has a Fabric script that can build an Ubuntu instance w/ local mysql server installed and all the regluit code downloaded from github 2015-05-04 10:51:09 -07:00
Raymond Yee c60aee673e Add a bit of info when writing out AWS EC2 instance information 2015-05-04 10:50:14 -07:00
Raymond Yee 6f87140003 Merge pull request #483 from Gluejar/url_from_future
Url from future
2015-04-30 11:32:53 -07:00
Raymond Yee 0c91a328be added a notebook I used to check the work for PR 483 2015-04-30 11:30:48 -07:00
eric 266378b7ed fix dotted url names 2015-04-28 14:13:18 -04:00
eric 877eac1af2 stray file? 2015-04-27 23:24:19 -04:00
eric 29108128a5 global change url syntax 2015-04-27 23:24:02 -04:00
Raymond Yee 5bab4906d1 Merge pull request #482 from Gluejar/stripe_email_encoding
needed to have unicode to handle non-ascii names in Stripe
2015-04-21 08:57:46 -07:00
Raymond Yee b10f8296ba needed to have unicode to handle non-ascii names in Stripe 2015-04-21 08:55:27 -07:00
Raymond Yee fe6d880957 Merge pull request #477 from Gluejar/view_as_plain
View as plain
2015-04-17 13:57:47 -07:00
Raymond Yee f676d116aa Merge pull request #476 from Gluejar/purchase_button
fix exception when no radio
2015-04-17 13:36:39 -07:00
Raymond Yee 7f8b0e5d8a Merge pull request #481 from Gluejar/facebook23
Sending this to just now for testing there.
2015-04-17 11:17:34 -07:00
Raymond Yee 46574801f7 I think now we have a Facebook profile link that works for both the global Facebook user ids and app scoped user ids. 2015-04-17 11:15:07 -07:00
eric 43ff601def I was in a hurry 2015-04-17 13:00:26 -04:00
eric bc16323652 fix profile link 2015-04-17 12:37:44 -04:00
eric 8d53a016f9 update facebook picture 2015-04-17 11:46:29 -04:00
Raymond Yee 5f5518f0c4 Merge pull request #480 from Gluejar/long_fbid
fb id to bigint
2015-04-16 20:35:39 -07:00
eric f340826276 fb id to bigint 2015-04-16 23:20:29 -04:00
Raymond Yee 7b89d79187 Merge pull request #479 from Gluejar/just_fb_credentials
facebook credentials for just
2015-04-16 16:00:27 -07:00
Raymond Yee bc0e753d44 facebook credentials for just 2015-04-16 15:59:19 -07:00
Raymond Yee 40e69708f1 Merge pull request #478 from Gluejar/protect_email
update PSA and dependencies
2015-04-16 13:43:37 -07:00
eric 28cebd0868 update PSA and dependencies
https://github.com/omab/python-social-auth/commit/74535c687c3373a9f58cd0
e310ed29980200ab91
2015-04-16 15:44:02 -04:00
eric 0a0b31d2dd Merge branch 'master' into view_as_plain 2015-04-15 22:21:40 -04:00
Raymond Yee d195c379d6 Merge pull request #475 from Gluejar/google_oauth
fix auth pipeline classes
2015-04-15 16:02:06 -07:00
eric f7bfdfbbc4 fix exeption when no radio
The exception we've seen is caused by clicking purchase for b2u without
picking a radio button; before gifting there was always a button
checked.
2015-04-15 18:31:46 -04:00
eric 7715551671 fix auth pipeline classes 2015-04-15 10:50:36 -04:00
eric 5644d0ea37 add "view_as parameter" 2015-04-11 08:25:41 -04:00
eric f5ebcb7a62 Merge branch 'google_oauth' into view_as_plain 2015-04-11 08:24:50 -04:00
Raymond Yee 5ec5ccedff Merge pull request #474 from Gluejar/google_oauth
adding facebook keys for just
2015-04-10 17:37:24 -07:00
Raymond Yee 66b6a73acd facebook keys for just 2015-04-10 17:36:31 -07:00
Raymond Yee f596d25de5 Merge pull request #473 from Gluejar/google_oauth
Google oauth
2015-04-10 16:27:32 -07:00
Raymond Yee b61a4a0e0c 1) updated settings/dev.py to reflect new parameters needed for python-social-auth
2) added an IPython notebook to run Selenium test
2015-04-10 16:05:12 -07:00