Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

International Skin Imaging Collaboration: Melanoma Project

License

NotificationsYou must be signed in to change notification settings

ImageMarkup/isic-archive

Repository files navigation

International Skin Imaging Collaboration: Melanoma Project

Slides from the SciPy 2015 presentationare available.

Development Environment Installation

Prerequisites

  • Linux or OSX (Windows host development is possible, but requires additionalsetup steps)
  • Git
  • Vagrant
  • vagrant-hostsupdater
  • VirtualBox (this may sometimes be installed automatically by Vagrant)

Installation

  • Clone the repository:

    # from within your preferred source development directorygit clone https://github.com/ImageMarkup/isic-archive.gitcd isic-archive
  • Launch and automatically provision the development VM:

    # from within the "isic-archive" sub-directoryvagrant up
  • Use a web browser to visithttp://isic-archive.test/admin from your hostdevelopment machine.

  • Login as the useradmin with passwordpassword. This user can be also used for grantingadditional access permissions to subsequent new users. This user may be deleted once another siteadmin user is created.

Development

  • To rebuild the front-end code after development changes:

    # from within the "isic-archive" sub-directoryvagrant sshcd ~/isic_archive/isic-archive-guiyarn installyarn run build
  • To automatically rebuild the front-end code as changed client files are saved,start and leave running:

    yarn run serve
  • To proxy all API calls to an external instance during front-end development, run:

    export PROXY_API_HOST=https://isic-archive.comyarn run serve
  • To inspect various logs:

    # Girder's console outputjournalctl -f -u girder# Mongodb's console outputtail -F /var/log/mongodb/mongod.log

[8]ページ先頭

©2009-2025 Movatter.jp