当前位置: 首页 > 软件库 > 云计算 > >

djacket

授权协议 MIT License
开发语言 Python
所属分类 云计算
软件类型 开源软件
地区 不详
投 递 者 吴城
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Djacket

Open Source Love

A free and open source Git server written in Python/Django. It's meant to be lightweight and useful.

Important Changes

v0.2.0

Djacket is dockerized and so much easier to use. If you are coming from version 0.1.0, please read the migration guide to keep yourself updated.

v0.2.1

A rebase occurred in (April 22, 2018). If you faced merge conflicts upon pulling then just run git reset --hard origin/master.

Requirements

Djacket requires Docker (> v17.03.0-ce) and Docker Compose in order to work. Follow their instructions to get up and running.

Getting Started

After cloning the project just type in:

./djacket.sh prod <expose_port>

Now open web browser to your host address to see Djacket in production. NGINX logs will appear in nginx/logs and gunicorn logs in run/logs.
This process will also create a superuser with

    username: admin
    password: lukedidntknow

credentials, if there's not any. Keep in mind to change/remove this and create another one in Django admin panel.

Update

Now you can update Djacket with only a git pull origin master call.

Contribution

For development mode you only have to type in:

./djacket.sh dev <port_number>

which takes care of everything. Don't forget about automatic superuser creation discussed above. Happy developing!

Issues

If you encountered any bugs or issues, Please report it either in Github issues section or send it asan email to projectdjacket@gmail.com

Documentation

Project is fully documented and it can be reached by going to:

/admin/doc/

License

The MIT License (MIT)

Copyright (c) 2018 Djacket Project.

Permission is hereby granted, free of charge, to any person obtaining a copyof this software and associated documentation files (the "Software"), to dealin the Software without restriction, including without limitation the rightsto use, copy, modify, merge, publish, distribute, sublicense, and/or sellcopies of the Software, and to permit persons to whom the Software isfurnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included inall copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS ORIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THEAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHERLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

相关阅读

相关文章

相关问答

相关文档