-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
! added fitting web installation instructions
- Loading branch information
mhelmer
committed
Aug 10, 2016
1 parent
4f151b0
commit 581d5e8
Showing
2 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 ?? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters