2007年06月07日 星期四 16:26
hi,All 最近利用Django开发了一个代码部署的系统(部署build的一个东东):大致流程是用Django作为web前端,从CVS export 代码,然后通过ssh需要,launche到不同站点的不同的环境:beta、staging、www。 算下来所有写的代码估计不到1000行,开发的时候基本上榨干了Django的admin模块的血,谁让咱一直叫着要DRY呢。因为不同的站点有可能有不同的环境:有的没有staging、有的没有beta、所以ajax也少不了. 现在想想,得感谢我的搭档、这个平台后端的搭建者Sunny(虽然这个家伙没有blog) 也得感谢开源的平台、开放的精神!要不然几十个站点,数百台服务器,每天各个项目组都有新东西要上,仅仅上传代码这个事情,都不知道得要多少人力和物力。 现在很简单了,会用鼠标,就能够往各个环境push代码了 -- 关注LAMP平台、安全、及web开发的个人blog: http://hackgou.itbbq.com PGP KeyID: hackgou#Gmail.com PGP KeyServ: subkeys.pgp.net -------------- next part -------------- An HTML attachment was scrubbed... URL: http://python.cn/pipermail/python-chinese/attachments/20070607/b887deb1/attachment-0001.htm -------------- next part -------------- A non-text attachment was scrubbed... Name: build_list.png Type: image/png Size: 34856 bytes Desc: not available Url : http://python.cn/pipermail/python-chinese/attachments/20070607/b887deb1/attachment-0006.png -------------- next part -------------- A non-text attachment was scrubbed... Name: build_detail.png Type: image/png Size: 15661 bytes Desc: not available Url : http://python.cn/pipermail/python-chinese/attachments/20070607/b887deb1/attachment-0007.png -------------- next part -------------- A non-text attachment was scrubbed... Name: build_launche_step1.png Type: image/png Size: 10775 bytes Desc: not available Url : http://python.cn/pipermail/python-chinese/attachments/20070607/b887deb1/attachment-0008.png -------------- next part -------------- A non-text attachment was scrubbed... Name: build_launche_step2.png Type: image/png Size: 5905 bytes Desc: not available Url : http://python.cn/pipermail/python-chinese/attachments/20070607/b887deb1/attachment-0009.png -------------- next part -------------- A non-text attachment was scrubbed... Name: build_launche_step3.png Type: image/png Size: 3472 bytes Desc: not available Url : http://python.cn/pipermail/python-chinese/attachments/20070607/b887deb1/attachment-0010.png -------------- next part -------------- A non-text attachment was scrubbed... Name: site_config.png Type: image/png Size: 9391 bytes Desc: not available Url : http://python.cn/pipermail/python-chinese/attachments/20070607/b887deb1/attachment-0011.png
2007年06月07日 星期四 17:38
On 6/7/07, º©¹· <hackgou在gmail.com> wrote: > > hi,All > ×î½üÀûÓÃDjango¿ª·¢ÁËÒ»¸ö´úÂ벿ÊðµÄϵͳ£¨²¿ÊðbuildµÄÒ»¸ö¶«¶«£©£º´óÖÂÁ÷³ÌÊÇÓÃDjango×÷ΪwebÇ°¶Ë£¬´ÓCVS export > ´úÂ룬Ȼºóͨ¹ýsshÐèÒª£¬launcheµ½²»Í¬Õ¾µãµÄ²»Í¬µÄ»·¾³£ºbeta¡¢staging¡¢www¡£ > > ËãÏÂÀ´ËùÓÐдµÄ´úÂë¹À¼Æ²»µ½1000ÐУ¬¿ª·¢µÄʱºò»ù±¾ÉÏÕ¥¸ÉÁËDjangoµÄadminÄ£¿éµÄѪ£¬ËÈÃÔÛÒ»Ö±½Ð×ÅÒªDRYÄØ¡£ÒòΪ²»Í¬µÄÕ¾µãÓпÉÄÜÓв»Í¬µÄ»·¾³£ºÓеÄûÓÐstaging¡¢ÓеÄûÓÐbeta¡¢ËùÒÔajaxÒ²ÉÙ²»ÁË. > ÏÖÔÚÏëÏ룬µÃ¸ÐлÎҵĴ¡¢Õâ¸öƽ̨ºó¶ËµÄ´î½¨ÕßSunny(ËäÈ»Õâ¸ö¼Ò»ïûÓÐblog) > Ò²µÃ¸Ðл¿ªÔ´µÄƽ̨¡¢¿ª·ÅµÄ¾«Éñ£¡Òª²»È»¼¸Ê®¸öÕ¾µã£¬Êý°Ų̀·þÎñÆ÷£¬Ã¿Ìì¸÷¸öÏîÄ¿×鶼ÓÐж«Î÷ÒªÉÏ£¬½ö½öÉÏ´«´úÂëÕâ¸öÊÂÇ飬¶¼²»ÖªµÀµÃÒª¶àÉÙÈËÁ¦ºÍÎïÁ¦¡£ > ÏÖÔںܼòµ¥ÁË£¬»áÓÃÊó±ê£¬¾ÍÄܹ»Íù¸÷¸ö»·¾³push´úÂëÁË > > Ö»ÉùÃ÷£¬Ã»ÓÐsource£¿ÉÌÒµÃØÃÜ£¿ -------------- 下一部分 -------------- Ò»¸öHTML¸½¼þ±»ÒƳý... URL: http://python.cn/pipermail/python-chinese/attachments/20070607/a16a0135/attachment.html
2007年06月08日 星期五 07:30
不知道国内有没有人,实际拿django做过项目,其次也请大家谈谈自己的优化经历吧 _________________________________________________________________ 享用世界上最大的电子邮件系统― MSN Hotmail。 http://www.hotmail.com
2007年06月08日 星期五 09:38
On 6/8/07, cun heise <cunheise在hotmail.com> wrote: > 不知道国内有没有人,实际拿django做过项目,其次也请大家谈谈自己的优化经历吧 > > exoweb.com/华美汉盛 等等 长期从事专业的Python 网络应用解决方案, 作过不少DJ 的项目, 好象没有什么特别的优化策略,同普遍的网站一样, 该均衡就均衡,该缓存就缓存, 应用的优化同技术框架没有什么关系的,是系统架构的水平了... -- '''Time is unimportant, only life important! http://zoomquiet.org blog在http://blog.zoomquiet.org/pyblosxom/ wiki在http://wiki.woodpecker.org.cn/moin/ZoomQuiet scrap在http://floss.zoomquiet.org douban在http://www.douban.com/people/zoomq/ ____________________________________ Pls. use OpenOffice.org to replace M$ Office. http://zh.openoffice.org Pls. use 7-zip to replace WinRAR/WinZip. http://7-zip.org/zh-cn/ You can get the truely Freedom 4 software. '''
2007年06月08日 星期五 10:02
On 6/8/07, Zoom. Quiet <zoom.quiet在gmail.com> wrote: > On 6/8/07, cun heise <cunheise在hotmail.com> wrote: > > 不知道国内有没有人,实际拿django做过项目,其次也请大家谈谈自己的优化经历吧 > > > > > exoweb.com/华美汉盛 等等 长期从事专业的Python 网络应用解决方案, > 作过不少DJ 的项目, > 好象没有什么特别的优化策略,同普遍的网站一样, > 该均衡就均衡,该缓存就缓存, > 应用的优化同技术框架没有什么关系的,是系统架构的水平了... > http://www.davidcramer.net/other/43/rapid-development-serving-500000-pageshour.html 这里讲述了一个实例,评论里有一个链接是他的具体的配置信息 http://www.davidcramer.net/curse/44/what-powers-curse.html 还有Django的开发者写的 http://www.jacobian.org/writing/2005/dec/12/django-performance-tips/ -- I like python! UliPad <>: http://wiki.woodpecker.org.cn/moin/UliPad My Blog: http://www.donews.net/limodou
2007年06月08日 星期五 18:31
²»ºÃÒâ˼ÎҵıêÌâд´íÁË£¬Ó¦¸ÃÊÇÓÃdjango×öµÄÏîÄ¿µÄÓÅ»¯¾Àú ÎÒͬÒâÄãµÄ¹Ûµã£¬¼Ócache£¬load balance ±ÈÈçÓà fastcgi + lighttpd apache + mod_python ¹âapache¾ÍÓÐapache2 apache2.2 µ½µ×ÄĸöÊÇ×î¼Ñ´îÅäÁË£¬µ±È»ÁË»¹Òª¿´Õë¶ÔÄÇÖÖÀàÐ͵ÄÏîÄ¿ »¹ÓоÍÊÇload balance ÄǾ͸ü¶àÁË >From: limodou <limodou在gmail.com> >Reply-To: python-chinese在lists.python.cn >To: python-chinese在lists.python.cn >Subject: Re: [python-chinese] ¹ØÓÚdjangoµÄÓÅ»¯ >Date: Fri, 8 Jun 2007 10:02:58 +0800 > >On 6/8/07, Zoom. Quiet <zoom.quiet在gmail.com> wrote: > > On 6/8/07, cun heise <cunheise在hotmail.com> wrote: > > > 不知道国内有没有人,实际拿django做过项目,其次也 请大家è°è°èªå·±çä¼åç»åå?> > > > > > > > exoweb.comï¼åç¾æ±ç?çç é¿æä»äºä¸ä¸çPython ç½ç»åºç ¨è§£å³æ¹æ¡ï¼?> > ä½è¿ä¸å°DJ ç项ç®ï¼ > > 好象没有什么特别的优化策略,同普遍的网站一样, > > 该均衡就均衡,该缓存就缓存, > > åºç¨çä¼ååææ¯æ¡æ¶æ²¡æä»ä¹å ³ç³»çï¼æ¯ç³»ç»æ¶æç æ°´å¹³äº... > > >http://www.davidcramer.net/other/43/rapid-development-serving-500000-pageshour.html >è¿é讲述äºä¸ä¸ªå®ä¾?è¯è®ºéæä¸ä¸ªé¾æ¥æ¯ä»çå ·ä½çé ç½ ®ä¿¡æ?>http://www.davidcramer.net/curse/44/what-powers-curse.html > >è¿æDjangoçå¼åè åç ?>http://www.jacobian.org/writing/2005/dec/12/django-performance-tips/ > > >-- >I like python! >UliPad <>: http://wiki.woodpecker.org.cn/moin/UliPad >My Blog: http://www.donews.net/limodou >_______________________________________________ >python-chinese >Post: send python-chinese在lists.python.cn >Subscribe: send subscribe to python-chinese-request在lists.python.cn >Unsubscribe: send unsubscribe to python-chinese-request在lists.python.cn >Detail Info: http://python.cn/mailman/listinfo/python-chinese _________________________________________________________________ ÓëÁª»úµÄÅóÓѽøÐн»Á÷£¬ÇëʹÓà Live Messenger; http://get.live.com/messenger/overview
Zeuux © 2025
京ICP备05028076号