Skip to content

Commit f9e74d1

Browse files
authored
Merge pull request #19 from mattsouth/master
README update based on feedback from @tiburona
2 parents b568eaf + a9bd95c commit f9e74d1

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ This repository contains files to bootstrap XNAT deployment. The build creates f
2020

2121

2222
1. Clone the [xnat-docker-compose](https://github.com/NrgXnat/xnat-docker-compose) repository.
23+
24+
```
25+
$ git clone https://github.com/NrgXnat/xnat-docker-compose
26+
$ cd xnat-docker-compose
27+
```
28+
2329
2. Configurations: The default configuration is sufficient to run the deployment. The following files can be modified if you want to change the default configuration
2430

2531
- **docker-compose.yml**: How the different containers are deployed.
@@ -31,16 +37,18 @@ This repository contains files to bootstrap XNAT deployment. The build creates f
3137
- **prometheus/prometheus.yaml**: Prometheus configuration
3238

3339

34-
3. Download [latest XNAT WAR](https://bintray.com/nrgxnat/applications/XNAT/_latestVersion)
40+
3. Download [latest XNAT WAR](https://download.xnat.org)
41+
42+
Download the latest xnat tomcat war file and place it in a webapps directory that you must create.
3543

3644
```
37-
wget --quiet --no-cookies https://bintray.com/nrgxnat/applications/download_file?file_path=xnat-web-1.7.4.1.war -O webapps/xnat.war
45+
$ mkdir webapps
46+
$ wget --quiet --no-cookies https://api.bitbucket.org/2.0/repositories/xnatdev/xnat-web/downloads/xnat-web-1.7.4.1.war -O webapps/xnat.war
3847
```
3948

4049
4. Start the system
4150

4251
```
43-
$ cd xnat-docker-compose
4452
$ docker-compose up -d
4553
```
4654

0 commit comments

Comments
 (0)