forked from ga4gh/ga4gh-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update readme and misc deployment fixes.
- Updated the README to restructure to be more in line with the current state of the project. - Added instructions for deployment on Apache and Ubuntu. - Updated the configuration interface to be more sensible in this context. - Fixed deployment issue in which the index.html template was not being included in the tarball. - Bumped version number to 0.1.0a2 to distinguish this version from the current PyPI package.
- Loading branch information
1 parent
cfc2fe5
commit 4847ab0
Showing
9 changed files
with
248 additions
and
135 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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
include README.txt | ||
include ez_setup.py | ||
include LICENSE | ||
include LICENSE | ||
include ga4gh/templates/*.html |
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
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 |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
Reference implementation of the GA4GH APIs. | ||
""" | ||
|
||
__version__ = '0.1.0a1' | ||
__version__ = '0.1.0a2' |
Oops, something went wrong.