-
Notifications
You must be signed in to change notification settings - Fork 7
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 #5 from dylansdaniels/pending_notice
WIP: new installation instructions for HNN GUI
- Loading branch information
Showing
6 changed files
with
183 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,49 @@ | ||
<!-- START --> | ||
<!-- html header, styling for Tutorials pages --> | ||
<!-- note: requires stylesheet.css to be in the parent directory; see <head> section --> | ||
<!-- copy the contents below into the appropriate sections of your html page --> | ||
|
||
<!-- document setup --> | ||
|
||
<html> | ||
|
||
<!-- head area --> | ||
<head> | ||
<!-- <meta charset="utf-8" /> --> <!-- old version --> | ||
<meta charset="utf-8" name="viewport" content="width=device-width, initial-scale=1.0" /> <!-- set the viewport https://www.w3schools.com/css/css_rwd_viewport.asp --> | ||
<title>Installation - HNN</title> | ||
<!-- import CSS style sheet from Github directory --> | ||
<link rel = "stylesheet" type = "text/css" href = "../../html-styling/stylesheet.css" /> | ||
</head> | ||
|
||
<!-- body styling --> | ||
<body> | ||
|
||
<!-- add Navbar --> | ||
<div class="navbar"> | ||
<div id="wrapper"> | ||
<img src="https://hnn.brown.edu/wp-content/uploads/2018/05/mainlogo3.png" alt="HNN" scale="0"> | ||
<a href="https://hnn.brown.edu/installation-instructions/">Installation</a> | ||
<a href="https://hnn.brown.edu">Home</a> | ||
</div> | ||
</div> | ||
|
||
<!-- add Tutorials header --> | ||
<div class="headercontainer main"> | ||
<div class="headertext"> </div> | ||
</div> | ||
|
||
<!-- set width for body to 900px --> | ||
<div id="wrapper"> | ||
|
||
<!-- your contents go here --> | ||
|
||
<!-- </body> --> | ||
<!-- </html> --> | ||
<!-- END --> | ||
<h1 id="linux-installation-instructions">Linux Installation Instructions</h1> | ||
<h3 id="recommended-method-docker-installation">Recommended Method: Docker Installation</h2> | ||
<p>We recommend the Docker installation method for Linux.</p> | ||
<p>Updated installation instructions for HNN GUI are currently being developed. Thank you for your patience while we work to bring you an easier installation process.</p> | ||
<p>In the meantime, please see the following <a href="https://github.com/jonescompneurolab/hnn/pull/337">GitHub page</a> which outlines the essential components of the Docker installation method</p> | ||
<br><br><br><br> |
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,12 @@ | ||
# Linux Installation Instructions | ||
|
||
## Recommended Method: Docker Installation | ||
|
||
We recommend the Docker installation method for Linux. | ||
|
||
Updated installation instructions for HNN GUI are currently being developed. Thank you for your patience while we work to bring you an easier installation process. | ||
|
||
In the meantime, please see the following <a href="https://github.com/jonescompneurolab/hnn/pull/337">GitHub page</a> which outlines the essential components of the Docker installation method | ||
|
||
|
||
|
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,49 @@ | ||
<!-- START --> | ||
<!-- html header, styling for Tutorials pages --> | ||
<!-- note: requires stylesheet.css to be in the parent directory; see <head> section --> | ||
<!-- copy the contents below into the appropriate sections of your html page --> | ||
|
||
<!-- document setup --> | ||
|
||
<html> | ||
|
||
<!-- head area --> | ||
<head> | ||
<!-- <meta charset="utf-8" /> --> <!-- old version --> | ||
<meta charset="utf-8" name="viewport" content="width=device-width, initial-scale=1.0" /> <!-- set the viewport https://www.w3schools.com/css/css_rwd_viewport.asp --> | ||
<title>Installation - HNN</title> | ||
<!-- import CSS style sheet from Github directory --> | ||
<link rel = "stylesheet" type = "text/css" href = "../../html-styling/stylesheet.css" /> | ||
</head> | ||
|
||
<!-- body styling --> | ||
<body> | ||
|
||
<!-- add Navbar --> | ||
<div class="navbar"> | ||
<div id="wrapper"> | ||
<img src="https://hnn.brown.edu/wp-content/uploads/2018/05/mainlogo3.png" alt="HNN" scale="0"> | ||
<a href="https://hnn.brown.edu/installation-instructions/">Installation</a> | ||
<a href="https://hnn.brown.edu">Home</a> | ||
</div> | ||
</div> | ||
|
||
<!-- add Tutorials header --> | ||
<div class="headercontainer main"> | ||
<div class="headertext"> </div> | ||
</div> | ||
|
||
<!-- set width for body to 900px --> | ||
<div id="wrapper"> | ||
|
||
<!-- your contents go here --> | ||
|
||
<!-- </body> --> | ||
<!-- </html> --> | ||
<!-- END --> | ||
<h1 id="macos-installation-instructions">MacOS Installation Instructions</h1> | ||
<h3 id="recommended-method-docker-installation">Recommended Method: Docker Installation</h2> | ||
<p>We recommend the Docker installation method for Mac.</p> | ||
<p>Updated installation instructions for HNN GUI are currently being developed. Thank you for your patience while we work to bring you an easier installation process.</p> | ||
<p>In the meantime, please see the following <a href="https://github.com/jonescompneurolab/hnn/pull/337">GitHub page</a> which outlines the essential components of the Docker installation method for MacOS</p> | ||
<br><br><br><br> |
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,12 @@ | ||
# MacOS Installation Instructions | ||
|
||
## Recommended Method: Docker Installation | ||
|
||
We recommend the Docker installation method for Mac. | ||
|
||
Updated installation instructions for HNN GUI are currently being developed. Thank you for your patience while we work to bring you an easier installation process. | ||
|
||
In the meantime, please see the following <a href="https://github.com/jonescompneurolab/hnn/pull/337">GitHub page</a> which outlines the essential components of the Docker installation method for MacOS | ||
|
||
|
||
|
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,49 @@ | ||
<!-- START --> | ||
<!-- html header, styling for Tutorials pages --> | ||
<!-- note: requires stylesheet.css to be in the parent directory; see <head> section --> | ||
<!-- copy the contents below into the appropriate sections of your html page --> | ||
|
||
<!-- document setup --> | ||
|
||
<html> | ||
|
||
<!-- head area --> | ||
<head> | ||
<!-- <meta charset="utf-8" /> --> <!-- old version --> | ||
<meta charset="utf-8" name="viewport" content="width=device-width, initial-scale=1.0" /> <!-- set the viewport https://www.w3schools.com/css/css_rwd_viewport.asp --> | ||
<title>Installation - HNN</title> | ||
<!-- import CSS style sheet from Github directory --> | ||
<link rel = "stylesheet" type = "text/css" href = "../../html-styling/stylesheet.css" /> | ||
</head> | ||
|
||
<!-- body styling --> | ||
<body> | ||
|
||
<!-- add Navbar --> | ||
<div class="navbar"> | ||
<div id="wrapper"> | ||
<img src="https://hnn.brown.edu/wp-content/uploads/2018/05/mainlogo3.png" alt="HNN" scale="0"> | ||
<a href="https://hnn.brown.edu/installation-instructions/">Installation</a> | ||
<a href="https://hnn.brown.edu">Home</a> | ||
</div> | ||
</div> | ||
|
||
<!-- add Tutorials header --> | ||
<div class="headercontainer main"> | ||
<div class="headertext"> </div> | ||
</div> | ||
|
||
<!-- set width for body to 900px --> | ||
<div id="wrapper"> | ||
|
||
<!-- your contents go here --> | ||
|
||
<!-- </body> --> | ||
<!-- </html> --> | ||
<!-- END --> | ||
<h1 id="windows-installation-instructions">Windows Installation Instructions</h1> | ||
<h3 id="recommended-method-docker-installation">Recommended Method: Docker Installation</h2> | ||
<p>We recommend the Docker installation method for Windows.</p> | ||
<p>Updated installation instructions for HNN GUI are currently being developed. Thank you for your patience while we work to bring you an easier installation process.</p> | ||
<p>In the meantime, please see the following <a href="https://github.com/jonescompneurolab/hnn/pull/337">GitHub page</a> which outlines the essential components of the Docker installation method on Windows</p> | ||
<br><br><br><br> |
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,12 @@ | ||
# Windows Installation Instructions | ||
|
||
## Recommended Method: Docker Installation | ||
|
||
We recommend the Docker installation method for Windows. | ||
|
||
Updated installation instructions for HNN GUI are currently being developed. Thank you for your patience while we work to bring you an easier installation process. | ||
|
||
In the meantime, please see the following <a href="https://github.com/jonescompneurolab/hnn/pull/337">GitHub page</a> which outlines the essential components of the Docker installation method on Windows | ||
|
||
|
||
|