Skip to content

Commit

Permalink
Update README to point to new binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
mobalt committed Feb 17, 2020
1 parent e23616b commit 4f553fc
Showing 1 changed file with 5 additions and 18 deletions.
23 changes: 5 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,9 @@
Custom uploader for the Connectome Coordination Facility at Washington U St. Louis. Built with Electon and uses IBM's high speed Aspera transfer client.

## Installation
Precompiled binaries are available for Linux (.AppImage), Windows(.exe), and MacOS (.dmg) in the project [releases](https://github.com/humanconnectome/ccf-dicom-uploader/releases)

- Macintosh: [Download from Box](https://wustl.box.com/s/a7qagr0bh9l43cyey0h36qom18zlvwpe)
- Windows: [Download from Box](https://wustl.box.com/s/plac2hlzedwmcak9o6fuagtf05y1a9lz)
- Linux: [Download from Box](https://wustl.box.com/s/w8mruox0mge2f3jfgg3d6r2ghcqnug43)

Note: I had to install libgconf-2-4 on Ubuntu 17 in order to run.
Note: Ubuntu might require libgconf-2-4 in order to run.
```sh
$ sudo apt-get install libgconf-2-4
# Then to run the AppImage
Expand All @@ -28,40 +25,30 @@ $ ./DicomUploader-x86_64.AppImage
3. You can define the subject and session labels or extract them from the DICOM headers. Note, a multi-sesson upload can only extract from headers.


## Install for Development
```sh
$ git clone ...
$ cd ccf-dicom-uploader
$ npm install
```

## Server Setup (Backend)

The XNAT and Aspera servers must have a cross-mounted directory in common.
For Rsync transfers, you can set the transfer user up directly on the XNAT server (assuming Linux).




# Development
## Project setup
```
yarn install
```

### Compiles and hot-reloads for development
```
yarn serve
yarn run electron:serve
```

### Compiles and minifies for production
```
yarn build
yarn run electron:build
```

### Lints and fixes files
```
yarn lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).

0 comments on commit 4f553fc

Please sign in to comment.