定制 biigle/largo 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

biigle/largo

最新稳定版本:v2.39.0

Composer 安装命令:

composer require biigle/largo

包简介

BIIGLE module to review image annotations in a regular grid.

README 文档

README

⚠️ This module has been merged into biigle/core.

Test status

This is the BIIGLE module to review image annotations in a regular grid.

Installation

This module is already included in biigle/biigle.

  1. Run composer require biigle/largo.
  2. Install the Python dependencies with pip install -r requirements.txt.
  3. Add Biigle\Modules\Largo\LargoServiceProvider::class to the providers array in config/app.php.
  4. Run php artisan vendor:publish --tag=public to publish the public assets of this module.
  5. Configure a storage disk for the Largo annotation patches and set the LARGO_PATCH_STORAGE_DISK variable to the name of this storage disk in the .env file. The content of the storage disk should be publicly accessible. Example for a local disk:
    'largo' => [
        'driver' => 'local',
        'root' => storage_path('app/public/largo-patches'),
        'url' => env('APP_URL').'/storage/largo-patches',
        'visibility' => 'public',
    ],
    This requires the link storage -> ../storage/app/public in the public directory.

Developing

Take a look at the development guide of the core repository to get started with the development setup.

Want to develop a new module? Head over to the biigle/module template repository.

Contributions and bug reports

Contributions to BIIGLE are always welcome. Check out the contribution guide to get started.

统计信息

  • 总下载量: 10.47k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 2
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-3.0-only
  • 更新时间: 2019-11-25

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固