-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
create separate download pages with some extra troubleshooting info. …
…Helps tracking downloads via page counts #4
- Loading branch information
1 parent
c164ec1
commit 2e65dc3
Showing
7 changed files
with
144 additions
and
12 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,22 @@ | ||
--- | ||
layout: site | ||
title: BEAST Linux Download with JRE | ||
tags: [] | ||
--- | ||
|
||
|
||
<h2>Downloading BEAST for Linux</h2> | ||
<p>The BEAST Download should be under way. | ||
<p>Once the file is downloaded, uncompress the file (<code>tar fxz BEAST.v2.5.0.Linux.tgz</code>) which creates a <code>beast</code> directory. | ||
<p>Start BEAST, BEAUti or the other programs from a terminal using any of the scripts in <code>beast/bin</code>. | ||
|
||
<h2>Trouble shooting</h2> | ||
<h3>Starting issues</h3> | ||
<p> BEAST requires Java version 8 or higher, which you can get from your package manager, or from Oracle, e.g <a href="http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html">here</a>. | ||
|
||
<h3>Download issues</h3> | ||
<p>If the download failed, you can always get it from the <a href="https://github.com/CompEvol/beast2/releases">release page</a>. | ||
|
||
<script> | ||
window.location="https://github.com/CompEvol/beast2/releases/download/v2.5.0/BEAST_with_JRE.v2.5.0.Linux.tgz" | ||
</script> |
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,22 @@ | ||
--- | ||
layout: site | ||
title: BEAST Linux Download | ||
tags: [] | ||
--- | ||
|
||
|
||
<h2>Downloading BEAST for Linux</h2> | ||
<p>The BEAST Download should be under way. | ||
<p>Once the file is downloaded, uncompress the file (<code>tar fxz BEAST.v2.5.0.Linux.tgz</code>) which creates a <code>beast</code> directory. | ||
<p>Start BEAST, BEAUti or the other programs from a terminal using any of the scripts in <code>beast/bin</code>. | ||
|
||
<h2>Trouble shooting</h2> | ||
<h3>Starting issues</h3> | ||
<p> BEAST requires Java version 8 or higher, which you can get from your package manager, or from Oracle, e.g <a href="http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html">here</a>. | ||
|
||
<h3>Download issues</h3> | ||
<p>If the download failed, you can always get it from the <a href="https://github.com/CompEvol/beast2/releases">release page</a>. | ||
|
||
<script> | ||
window.location="https://github.com/CompEvol/beast2/releases/download/v2.5.0/BEAST.v2.5.0.Linux.tgz" | ||
</script> |
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,26 @@ | ||
--- | ||
layout: site | ||
title: BEAST Mac Download with JRE | ||
tags: [] | ||
--- | ||
|
||
|
||
<h2>Downloading BEAST for Mac</h2> | ||
<p>The BEAST Download should be under way. | ||
<p>Once the file is downloaded, open the dmg file by double clicking it, and drag the BEAST folder into the Application folder in the window that pops up. | ||
|
||
<p>Start BEAST, BEAUti or the other programs by double clicking the icon in the <code>BEAST </code> directory in the Application folder. | ||
<p>You can also start them from a terminal using any of the scripts in <code>/Applications/BEAST v2.5.0/bin</code>. | ||
|
||
<h2>Trouble shooting</h2> | ||
<h3>BEAST does not start</h3> | ||
<p>If BEAST or BEAUti does not launch, this is probably due to Java not being installed, or the default version of Java is not Java 8 or higher. | ||
<p>To fix this, install the JDK (<b>not the JRE</b>) from Oracle, available <a href="http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html">here</a>. | ||
<p> | ||
<h3>Download issues</h3> | ||
<p>If the download failed, you can always get it from the <a href="https://github.com/CompEvol/beast2/releases">release page</a>. | ||
|
||
|
||
<script> | ||
window.location="https://github.com/CompEvol/beast2/releases/download/v2.5.0/BEAST_with_JRE.v2.5.0.Mac.dmg" | ||
</script> |
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,26 @@ | ||
--- | ||
layout: site | ||
title: BEAST Mac Download | ||
tags: [] | ||
--- | ||
|
||
|
||
<h2>Downloading BEAST for Mac</h2> | ||
<p>The BEAST Download should be under way. | ||
<p>Once the file is downloaded, open the dmg file by double clicking it, and drag the BEAST folder into the Application folder in the window that pops up. | ||
|
||
<p>Start BEAST, BEAUti or the other programs by double clicking the icon in the <code>BEAST </code> directory in the Application folder. | ||
<p>You can also start them from a terminal using any of the scripts in <code>/Applications/BEAST v2.5.0/bin</code>. | ||
|
||
<h2>Trouble shooting</h2> | ||
<h3>BEAST does not start</h3> | ||
<p>If BEAST or BEAUti does not launch, this is probably due to Java not being installed, or the default version of Java is not Java 8 or higher. | ||
<p>To fix this, install the JDK (<b>not the JRE</b>) from Oracle, available <a href="http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html">here</a>. | ||
<p> | ||
<h3>Download issues</h3> | ||
<p>If the download failed, you can always get it from the <a href="https://github.com/CompEvol/beast2/releases">release page</a>. | ||
|
||
|
||
<script> | ||
window.location="https://github.com/CompEvol/beast2/releases/download/v2.5.0/BEAST.v2.5.0.Mac.dmg" | ||
</script> |
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,21 @@ | ||
--- | ||
layout: site | ||
title: BEAST Windows Download with JRE | ||
tags: [] | ||
--- | ||
|
||
<h2>Downloading BEAST for Windows</h2> | ||
<p>The BEAST Download should be under way. | ||
<p>Once the file is downloaded, unzip the file and start BEAST, BEAUti or the other programs by double clicking the icon in the BEAST directory. | ||
|
||
<h2>Trouble shooting</h2> | ||
<h3>Download issues</h3> | ||
<p>If the download failed, you can always get it from the <a href="https://github.com/CompEvol/beast2/releases">release page</a>. | ||
|
||
<h3>BEAST does not start</h3> | ||
<p>BEAST requires Java version 8 or higher and won't start without it. | ||
You can get Java from Oracle, e.g <a href="http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html">here</a>. | ||
|
||
<script> | ||
window.location="https://github.com/CompEvol/beast2/releases/download/v2.5.0/BEAST_with_JRE.v2.5.0.Windows.zip" | ||
</script> |
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,21 @@ | ||
--- | ||
layout: site | ||
title: BEAST Windows Download | ||
tags: [] | ||
--- | ||
|
||
<h2>Downloading BEAST for Windows</h2> | ||
<p>The BEAST Download should be under way. | ||
<p>Once the file is downloaded, unzip the file and start BEAST, BEAUti or the other programs by double clicking the icon in the BEAST directory. | ||
|
||
<h2>Trouble shooting</h2> | ||
<h3>Download issues</h3> | ||
<p>If the download failed, you can always get it from the <a href="https://github.com/CompEvol/beast2/releases">release page</a>. | ||
|
||
<h3>BEAST does not start</h3> | ||
<p>BEAST requires Java version 8 or higher and won't start without it. | ||
You can get Java from Oracle, e.g <a href="http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html">here</a>. | ||
|
||
<script> | ||
window.location="https://github.com/CompEvol/beast2/releases/download/v2.5.0/BEAST.v2.5.0.Windows.zip" | ||
</script> |
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