|
[19:47:12] |
pilgrimish: |
joins |
[19:55:40] |
thisgeek: |
joins |
[20:27:18] |
kenbolton: |
joins |
[20:53:59] |
pilgrimish: |
leaves |
[21:10:21] |
thisgeek: |
leaves |
[22:29:01] |
kenbolton: |
leaves |
[22:47:39] |
pilgrimish: |
joins |
[23:21:21] |
pilgrimish: |
leaves |
[23:21:49] |
pilgrimish: |
joins |
[23:24:29] |
kenbolton: |
joins |
[23:25:20] |
kenbolton: |
leaves |
[00:17:44] |
pilgrimish: |
leaves |
[00:27:10] |
pilgrimish: |
joins |
[01:20:04] |
pilgrimish: |
leaves |
[01:22:31] |
pilgrimish: |
joins |
[03:13:30] |
pilgrimish: |
leaves |
[07:50:42] |
makrohn: |
joins |
[08:05:42] |
kenbolton: |
joins |
[08:58:51] |
thisgeek: |
joins |
[08:59:08] |
thisgeek: |
leaves |
[10:17:30] |
kenbolton: |
leaves |
[10:34:02] |
kenbolton: |
joins |
[11:36:27] |
waltd3: |
kenbolton: any linux distro/versions that work best with mezzanine |
[11:36:27] |
waltd3: |
? |
[11:37:37] |
kenbolton: |
waltd3: i know people are using it on all different platforms, from ubuntus to centos to windows and mac, and on heroku and aws and other services. |
[11:38:03] |
kenbolton: |
the deploy script that it ships with is targeted at debian and is tested mostly against ubuntu 12.04. |
[11:39:03] |
waltd3: |
cool - i'm starting fresh so I really don't have a preference. id prefer to use a different distro than centos anyway. |
[12:00:42] |
kenbolton: |
nice. let me know how it goes. |
[12:00:56] |
kenbolton: |
waltd3: http://mezzanine.jupo.org/docs/deployment.html |
[12:01:18] |
kenbolton: |
i recommend putting it on a local vagrant initially. |
[12:10:20] |
kenbolton: |
leaves |
[12:10:49] |
pilgrimish: |
joins |
[12:17:44] |
kenbolton: |
joins |
[12:33:24] |
kenbolton_: |
joins |
[12:36:50] |
kenbolton: |
leaves |
[12:59:25] |
digignotty: |
joins |
[13:05:15] |
digignotty: |
joins |
[13:05:15] |
digignotty: |
leaves |
[13:05:49] |
digignotty: |
joins |
[13:46:44] |
waltd3: |
kenbolton: what do you usually use for VIRTUALENV_HOME |
[13:46:47] |
waltd3: |
in settings file? |
[13:47:18] |
kenbolton: |
in FABRIC? |
[13:47:22] |
waltd3: |
ya |
[13:47:27] |
kenbolton: |
~/.virtualenvs/<project_name> |
[13:47:53] |
kenbolton: |
sry, ~/.virtualenvs/ |
[13:48:06] |
kenbolton: |
or /home/deploy/ |
[13:48:17] |
kenbolton: |
it is the target for where the code will live. |
[13:48:37] |
kenbolton: |
the virtualenv will be built as a folder inside VIRTUALENV_HOME |
[13:52:47] |
waltd3: |
cool thanks |
[14:00:17] |
waltd3: |
does fab not make the directory if it doesn't exist? |
[14:01:39] |
makrohn: |
joins |
[14:28:45] |
waltd3: |
also it looks like its looking for a public git repo |
[14:28:54] |
waltd3: |
not sure how I enter credentials |
[14:29:05] |
waltd3: |
for a private git repo |
[14:29:24] |
kenbolton: |
github keys |
[14:29:41] |
waltd3: |
so that needs to be installed on server before running fab file? |
[14:30:10] |
kenbolton: |
right. so for a vagrant box, i `vagrant ssh` in, create a key, and add that key as a key in github. |
[14:32:09] |
waltd3: |
got it thanks |
[15:14:01] |
pilgrimish: |
leaves |
[16:57:46] |
pilgrimish: |
joins |
[17:56:46] |
pilgrimish: |
leaves |
[18:23:56] |
kenbolton: |
leaves |