-
Notifications
You must be signed in to change notification settings - Fork 25
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 #172 from blakecaldwell/linux_docker_troubleshooting
Linux docker troubleshooting
- Loading branch information
Showing
6 changed files
with
52 additions
and
57 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
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 |
---|---|---|
@@ -1,18 +1,27 @@ | ||
# HNN native install (CentOS) | ||
|
||
The scripts below can be used to install HNN and its prerequisites. However, there is a greater possibility that your base environment will not be compatible with the script and installation might require additional troubleshooting. Thus, we do not recommend this method. For the recommended Docker-based installation, please see the instructions below. | ||
- Alternative: [Docker install instructions](README.md) | ||
|
||
- Alternative: [Docker install instructions](README.md) | ||
|
||
See the scripts in this directory: | ||
* CentOS 6: [centos6-installer.sh](centos6-installer.sh) | ||
* CentOS 7: [centos7-installer.sh](centos7-installer.sh) | ||
``` | ||
|
||
- CentOS 7: [centos7-installer.sh](centos7-installer.sh) | ||
|
||
```bash | ||
chmod +x ./centos7-installer.sh | ||
./centos7-installer.sh | ||
``` | ||
|
||
# Troubleshooting | ||
- CentOS 6 (no longer maintained): [centos6-installer.sh](centos6-installer.sh) | ||
|
||
```bash | ||
chmod +x ./centos6-installer.sh | ||
./centos6-installer.sh | ||
``` | ||
|
||
## Troubleshooting | ||
|
||
If you run into other issues with the installation, please [open an issue on our GitHub](https://github.com/jonescompneurolab/hnn/issues). Our team monitors these issues and will be able to suggest possible fixes. | ||
|
||
For other HNN software issues, please visit the [HNN bulletin board](https://www.neuron.yale.edu/phpBB/viewforum.php?f=46) | ||
For other HNN software issues, please visit the [HNN bulletin board](https://www.neuron.yale.edu/phpBB/viewforum.php?f=46) |
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
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