-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1138 from ElDeveloper/alpha-0.1-release
REL: Final fixes for alpha-0.1
- Loading branch information
Showing
3 changed files
with
14 additions
and
3 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,6 +1,6 @@ | ||
# Qiita changelog | ||
|
||
Version 0.1.0 (2015-04-29) | ||
Version 0.1.0 (2015-04-30) | ||
-------------------------- | ||
|
||
Initial alpha release. |
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 |
---|---|---|
|
@@ -66,7 +66,7 @@ After these commands are executed, you will need to: | |
qiita webserver start | ||
``` | ||
|
||
If all the above commands executed correctly, you should be able to go to http://localhost:21174 in your browser, to login use `[email protected]` and `password` as the credentials. (In the future, we will have a *single user mode* that will allow you to use a local Qiita server without logging in. You can track progress on this on issue [#920](https://github.com/biocore/qiita/issues/920).) | ||
If all the above commands executed correctly, you should be able to go to http://localhost:21174 in your browser, to login use `[email protected]` and `password` as the credentials. (In the future, we will have a *single user mode* that will allow you to use a local Qiita server without logging in. You can track progress on this on issue [#920](https://github.com/biocore/qiita/issues/920).) | ||
|
||
## Installation issues on Ubuntu 14.04 | ||
|
||
|
@@ -104,3 +104,12 @@ If running on OS X you should make sure that the Xcode and the Xcode command lin | |
### postgres | ||
|
||
If you are using Postgres.app on OSX, a database user will be created with your system username. If you want to use this user account, change the `USER` and `ADMIN_USER` settings to your username under the `[postgres]` section of your Qiita config file. | ||
|
||
## Troubleshooting installation issues with Python | ||
|
||
As a general rule of thumb you will want to have an updated version of Python | ||
2.7 and an updated version of pip (`pip install -U pip` will do the trick). | ||
|
||
H5PY is known to cause a few problems, however their [installation | ||
instructions](http://docs.h5py.org/en/latest/build.html) are a great resource | ||
to troubleshoot your system in case any of the steps above fail. |
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