Skip to content

Commit

Permalink
! added fitting web installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mhelmer committed Aug 10, 2016
1 parent 4f151b0 commit 581d5e8
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
28 changes: 28 additions & 0 deletions docs/Installation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Fitting Web Installation #

The `fitting web` is a web application and built with Bootstrap v3.3.5.
The supported browsers may be found on the [Bootstrap Website](http://getbootstrap.com/getting-started/#support).
In general all modern browsers are supported:
- Internet Explorer >= 11
- Chrome >= 48
- Safari >= 45

The web site was not optimized for mobile browsers, however, may still be used from mobile browsers like Safari or Chrome.

## Server installation ##

The server runs on both Windows and Linux or any operating system which has a Java 8 runtime available.

The Java Runtime may be downloaded from the [Oracle Website](http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html) or via the package manager of your operating system.

The server is distributed via a ZIP file (e.g. fitting-web-1.0.zip). Just unzip the file to a location which is convenient for you.

In order to start the server the bin/fitting-web.sh (Linux) or bin/fitting-web.bat (Windows) has to be executed.

## Additional dependencies ##

- Python 2.7
- Unibasel Python scripts
- All python scripts have to be located in a scripts directory beside the bin directory.
- CHARMM ??
- Gaussian ??
2 changes: 2 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ The fitting web & wizard software requires the following installation:
- `Python`
- `Custom scripts`

A detailed installation description may be found [here](Installation.md).

# Configuration

There are two configuration files. One development (`config.ini`), one release (`config_release.ini`).
Expand Down

0 comments on commit 581d5e8

Please sign in to comment.