在dotcloud上使用git
安装和配置Git ————————————————————&# …
在dotcloud使用crontab
在dotcloud上使用crontab执行定时任务跟其他Linux上使用没什么区别。只要注意好路径和权限,一般使用绝对路径为上。
Django创建hello world
Django创建hello world 创建app: ./manage.py startapp hello_world 修改自动生成的子目录下的views.py: from django.http import HttpResponse def hello_world(reque …
[原创] dotcloud 另类方法导入.SQL大文件
有个很大的SQL文件需要导入,无奈dotcloud 无论是用push还是sftp速度都太慢 ,于是想了个另类的方法,把SQL从本地导出后,经过zip压缩,上传到新浪微盘,然后SSH到MYSQ …
[原创]dotcloud使用多帐号及切换
继续折腾dotcloud不解释…. ——————————————- dotcloud 建立多帐号 $ e …
[原创]在dotcloud上部署Django全程记录
近日重新研究python和Django, 想动手做了个网站试验,无奈的是GAE被墙,SAE的python内测还排在100位开外,只好用Dotcloud先练练手了,网上看到一些dotcloud部署的文章 …
使用bitvise Tunnelier SSH登录Dotcloud
1.设置基本信息 2.导入密钥 3.登陆,在method处选择公钥验证
用 fileZilla连接dotcloud, sftp协议/密钥
用 fileZilla连接dotcloud, sftp协议。 1.新建站点 1 2.编辑->设置 3.转换成ppk格式的密钥 选择是并输入保存文件名
用SecureCRT连接 dotCloud
用SecureCRT连接 dotCloud ——————————————- 1.使用以下命令取得SSH地址和端口 …
Django Dotcloud部署
According to the Django project homepage, it is a “high-level Python Web framework that encourages rapid development and clean, pragmatic design”.
Dotcloud 部署python
源自:http://docs.dotcloud.com/services/python/#internals