爱意满满的作品展示区。
gully

开源博客系统 ME@deepgully 升级到 1.3

  •  
  •   gully ·
    deepgully · Jul 3, 2014 · 4691 views
    This topic created in 4355 days ago, the information mentioned may be changed or developed.
    Github:
    https://github.com/deepgully/me

    主要更新:
    1. 支持BAE3和SAE
    2. 更新到Bootstrap3
    3. 新增theme支持, 内置16套主题
    4. 支持七牛云存储和镜像存储加速

    Demo on GAE: http://me.deepgully.com
    Demo on BAE: http://deepgully2.duapp.com
    Demo on SAE: http://deepgully.sinaapp.com
    Supplement 1  ·  Jul 6, 2014
    @loading 多谢支持

    加了一个Demo帐号
    user: [email protected]
    passwd: demo
    10 replies    2014-07-10 12:11:28 +08:00
    RyuZheng
        1
    RyuZheng  
       Jul 3, 2014
    不错很好
    Mihuwa
        2
    Mihuwa  
       Jul 3, 2014
    很不错。
    da_a
        3
    da_a  
       Jul 3, 2014
    好!
    chunchu
        4
    chunchu  
       Jul 4, 2014
    不错的博客系统
    woorz
        5
    woorz  
       Jul 4, 2014
    没有php的?
    XXOO
        6
    XXOO  
       Jul 4, 2014
    vps 可以使用么
    loading
        7
    loading  
       Jul 5, 2014
    没测试账号,进不去后台看
    gully
        8
    gully  
    OP
       Jul 6, 2014
    @XXOO 没问题, vps上RUNTIME_ENV会自动识别成local, 按照https://github.com/deepgully/me#%E6%9C%AC%E5%9C%B0%E8%B0%83%E8%AF%95bae 更改数据库配置就行了

    默认使用flask自带的服务器, 且开启debug模式

    在index.py最后:

    elif RUNTIME_ENV == "local":
    app.run(debug=True)


    你也可以使用其他WSGI服务器, 如 gevent

    elif RUNTIME_ENV == "local":
    from gevent.wsgi import WSGIServer
    http_server = WSGIServer(('', 80), app, log=None)
    http_server.serve_forever()

    或者 tornado

    elif RUNTIME_ENV == "local":
    from tornado.wsgi import WSGIContainer
    from tornado.httpserver import HTTPServer
    from tornado.ioloop import IOLoop

    http_server = HTTPServer(WSGIContainer(app))
    http_server.listen(80)
    IOLoop.instance().start()
    bullettrain1433
        9
    bullettrain1433  
       Jul 7, 2014
    回去试试,很给力啊!!
    ansenlee
        10
    ansenlee  
       Jul 10, 2014
    既然做了响应式,为啥不做彻底呢。。。
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3020 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 52ms · UTC 06:19 · PVG 14:19 · LAX 23:19 · JFK 02:19
    ♥ Do have faith in what you're doing.