- Notifications
You must be signed in to change notification settings - Fork10
International Skin Imaging Collaboration: Melanoma Project
License
ImageMarkup/isic-archive
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Slides from the SciPy 2015 presentationare available.
- 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)
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 visit
http://isic-archive.test/admin
from your hostdevelopment machine.Login as the user
admin
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.
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