This repository has been archived by the owner on Feb 5, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 47
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 #166 from athai/version-string/1.9.6-tectonic.1
Update version strings: 1.8.9-t.2 -> 1.9.6-t.1
- Loading branch information
Showing
13 changed files
with
48 additions
and
48 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,23 +41,23 @@ Once the update has processed, the *Overview* window will refresh to include lin | |
Open a new terminal and run the following command to download Tectonic Installer. | ||
|
||
```bash | ||
$ curl -O https://releases.tectonic.com/releases/tectonic_1.8.9-tectonic.2.zip | ||
$ curl -O https://releases.tectonic.com/releases/tectonic_1.8.9-tectonic.2.zip.sig | ||
$ curl -O https://releases.tectonic.com/releases/tectonic_1.9.6-tectonic.1.zip | ||
$ curl -O https://releases.tectonic.com/releases/tectonic_1.9.6-tectonic.1.zip.sig | ||
``` | ||
|
||
Verify the release has been signed by the [CoreOS App Signing Key][verification-key]. | ||
|
||
```bash | ||
$ gpg2 --keyserver pgp.mit.edu --recv-key 18AD5014C99EF7E3BA5F6CE950BDD3E0FC8A365E | ||
$ gpg2 --verify tectonic_1.8.9-tectonic.2.zip.sig tectonic_1.8.9-tectonic.2.zip | ||
$ gpg2 --verify tectonic_1.9.6-tectonic.1.zip.sig tectonic_1.9.6-tectonic.1.zip | ||
# gpg2: Good signature from "CoreOS Application Signing Key <[email protected]>" | ||
``` | ||
|
||
Unzip Tectonic Installer and navigate to the `tectonic` directory. | ||
|
||
```bash | ||
$ unzip tectonic_1.8.9-tectonic.2.zip | ||
$ cd tectonic_1.8.9-tectonic.2 | ||
$ unzip tectonic_1.9.6-tectonic.1.zip | ||
$ cd tectonic_1.9.6-tectonic.1 | ||
``` | ||
|
||
### Initialize and configure Terraform | ||
|
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 |
---|---|---|
|
@@ -73,23 +73,23 @@ Also ensure the SSH known_hosts file doesn't have old records for the API DNS na | |
Open a new terminal and run the following command to download Tectonic Installer. | ||
|
||
```bash | ||
$ curl -O https://releases.tectonic.com/releases/tectonic_1.8.9-tectonic.2.zip | ||
$ curl -O https://releases.tectonic.com/releases/tectonic_1.8.9-tectonic.2.zip.sig | ||
$ curl -O https://releases.tectonic.com/releases/tectonic_1.9.6-tectonic.1.zip | ||
$ curl -O https://releases.tectonic.com/releases/tectonic_1.9.6-tectonic.1.zip.sig | ||
``` | ||
|
||
Verify the release has been signed by the [CoreOS App Signing Key][verification-key]. | ||
|
||
```bash | ||
$ gpg2 --keyserver pgp.mit.edu --recv-key 18AD5014C99EF7E3BA5F6CE950BDD3E0FC8A365E | ||
$ gpg2 --verify tectonic_1.8.9-tectonic.2.zip.sig tectonic_1.8.9-tectonic.2.zip | ||
$ gpg2 --verify tectonic_1.9.6-tectonic.1.zip.sig tectonic_1.9.6-tectonic.1.zip | ||
# gpg2: Good signature from "CoreOS Application Signing Key <[email protected]>" | ||
``` | ||
|
||
Unzip Tectonic Installer and navigate to the `tectonic` directory. | ||
|
||
```bash | ||
$ unzip tectonic_1.8.9-tectonic.2.zip | ||
$ cd tectonic_1.8.9-tectonic.2 | ||
$ unzip tectonic_1.9.6-tectonic.1.zip | ||
$ cd tectonic_1.9.6-tectonic.1 | ||
``` | ||
|
||
### Initialize and configure Terraform | ||
|
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 |
---|---|---|
|
@@ -34,23 +34,23 @@ Once the update has processed, the *Overview* window will refresh to include lin | |
Open a new terminal and run the following command to download Tectonic Installer. | ||
|
||
```bash | ||
$ curl -O https://releases.tectonic.com/releases/tectonic_1.8.9-tectonic.2.zip | ||
$ curl -O https://releases.tectonic.com/releases/tectonic_1.8.9-tectonic.2.zip.sig | ||
$ curl -O https://releases.tectonic.com/releases/tectonic_1.9.6-tectonic.1.zip | ||
$ curl -O https://releases.tectonic.com/releases/tectonic_1.9.6-tectonic.1.zip.sig | ||
``` | ||
|
||
Verify the release has been signed by the [CoreOS App Signing Key][verification-key]. | ||
|
||
```bash | ||
$ gpg2 --keyserver pgp.mit.edu --recv-key 18AD5014C99EF7E3BA5F6CE950BDD3E0FC8A365E | ||
$ gpg2 --verify tectonic_1.8.9-tectonic.2.zip.sig tectonic_1.8.9-tectonic.2.zip | ||
$ gpg2 --verify tectonic_1.9.6-tectonic.1.zip.sig tectonic_1.9.6-tectonic.1.zip | ||
# gpg2: Good signature from "CoreOS Application Signing Key <[email protected]>" | ||
``` | ||
|
||
Unzip Tectonic Installer and navigate to the `tectonic` directory. | ||
|
||
```bash | ||
$ unzip tectonic_1.8.9-tectonic.2.zip | ||
$ cd tectonic_1.8.9-tectonic.2 | ||
$ unzip tectonic_1.9.6-tectonic.1.zip | ||
$ cd tectonic_1.9.6-tectonic.1 | ||
``` | ||
|
||
### Initialize and configure Terraform | ||
|
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 |
---|---|---|
|
@@ -36,23 +36,23 @@ Once the update has processed, the *Overview* window will refresh to include lin | |
Open a new terminal and run the following command to download Tectonic Installer. | ||
|
||
```bash | ||
$ curl -O https://releases.tectonic.com/releases/tectonic_1.8.9-tectonic.2.zip | ||
$ curl -O https://releases.tectonic.com/releases/tectonic_1.8.9-tectonic.2.zip.sig | ||
$ curl -O https://releases.tectonic.com/releases/tectonic_1.9.6-tectonic.1.zip | ||
$ curl -O https://releases.tectonic.com/releases/tectonic_1.9.6-tectonic.1.zip.sig | ||
``` | ||
|
||
Verify the release has been signed by the [CoreOS App Signing Key][verification-key]. | ||
|
||
```bash | ||
$ gpg2 --keyserver pgp.mit.edu --recv-key 18AD5014C99EF7E3BA5F6CE950BDD3E0FC8A365E | ||
$ gpg2 --verify tectonic_1.8.9-tectonic.2.zip.sig tectonic_1.8.9-tectonic.2.zip | ||
$ gpg2 --verify tectonic_1.9.6-tectonic.1.zip.sig tectonic_1.9.6-tectonic.1.zip | ||
# gpg2: Good signature from "CoreOS Application Signing Key <[email protected]>" | ||
``` | ||
|
||
Unzip Tectonic Installer and navigate to the `tectonic` directory. | ||
|
||
```bash | ||
$ unzip tectonic_1.8.9-tectonic.2.zip | ||
$ cd tectonic_1.8.9-tectonic.2 | ||
$ unzip tectonic_1.9.6-tectonic.1.zip | ||
$ cd tectonic_1.9.6-tectonic.1 | ||
``` | ||
|
||
### Initialize and configure Terraform | ||
|
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 |
---|---|---|
|
@@ -78,23 +78,23 @@ The following steps must be executed on a machine that has network connectivity | |
Open a new terminal and run the following command to download Tectonic Installer. | ||
|
||
```bash | ||
$ curl -O https://releases.tectonic.com/releases/tectonic_1.8.9-tectonic.2.zip | ||
$ curl -O https://releases.tectonic.com/releases/tectonic_1.8.9-tectonic.2.zip.sig | ||
$ curl -O https://releases.tectonic.com/releases/tectonic_1.9.6-tectonic.1.zip | ||
$ curl -O https://releases.tectonic.com/releases/tectonic_1.9.6-tectonic.1.zip.sig | ||
``` | ||
|
||
Verify the release has been signed by the [CoreOS App Signing Key][verification-key]. | ||
|
||
```bash | ||
$ gpg2 --keyserver pgp.mit.edu --recv-key 18AD5014C99EF7E3BA5F6CE950BDD3E0FC8A365E | ||
$ gpg2 --verify tectonic_1.8.9-tectonic.2.zip.sig tectonic_1.8.9-tectonic.2.zip | ||
$ gpg2 --verify tectonic_1.9.6-tectonic.1.zip.sig tectonic_1.9.6-tectonic.1.zip | ||
# gpg2: Good signature from "CoreOS Application Signing Key <[email protected]>" | ||
``` | ||
|
||
Unzip Tectonic Installer and navigate to the `tectonic` directory. | ||
|
||
```bash | ||
$ unzip tectonic_1.8.9-tectonic.2.zip | ||
$ cd tectonic_1.8.9-tectonic.2 | ||
$ unzip tectonic_1.9.6-tectonic.1.zip | ||
$ cd tectonic_1.9.6-tectonic.1 | ||
``` | ||
|
||
## Customize the deployment | ||
|
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 |
---|---|---|
|
@@ -40,15 +40,15 @@ Make sure a current version of either Google Chrome or Mozilla Firefox is set as | |
1. Download and run Tectonic Installer by opening a new terminal and running the following command: | ||
|
||
``` | ||
$ curl -O https://releases.tectonic.com/releases/tectonic_1.8.9-tectonic.2.zip | ||
$ curl -O https://releases.tectonic.com/releases/tectonic_1.8.9-tectonic.2.zip.sig | ||
$ curl -O https://releases.tectonic.com/releases/tectonic_1.9.6-tectonic.1.zip | ||
$ curl -O https://releases.tectonic.com/releases/tectonic_1.9.6-tectonic.1.zip.sig | ||
``` | ||
|
||
2. Verify the release has been signed by the [CoreOS App Signing Key][verification-key]. | ||
|
||
```bash | ||
$ gpg2 --keyserver pgp.mit.edu --recv-key 18AD5014C99EF7E3BA5F6CE950BDD3E0FC8A365E | ||
$ gpg2 --verify tectonic_1.8.9-tectonic.2.zip.sig tectonic_1.8.9-tectonic.2.zip | ||
$ gpg2 --verify tectonic_1.9.6-tectonic.1.zip.sig tectonic_1.9.6-tectonic.1.zip | ||
# gpg2: Good signature from "CoreOS Application Signing Key <[email protected]>" | ||
``` | ||
|
||
|
@@ -62,8 +62,8 @@ When prompted, log in to your CoreOS account to obtain the License and Pull Secr | |
|
||
If you prefer to work within the terminal, extract and launch the Installer using: | ||
```bash | ||
$ unzip tectonic_1.8.9-tectonic.2.zip | ||
$ cd tectonic_1.8.9-tectonic.2/tectonic-installer # to change to the previously untarred directory | ||
$ unzip tectonic_1.9.6-tectonic.1.zip | ||
$ cd tectonic_1.9.6-tectonic.1/tectonic-installer # to change to the previously untarred directory | ||
$ ./$PLATFORM/installer # to run Tectonic Installer | ||
``` | ||
Where `$PLATFORM` is `linux` or `darwin`. | ||
|
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 |
---|---|---|
|
@@ -131,23 +131,23 @@ $ ssh-add -L | |
Open a new terminal and run the following command to download Tectonic Installer. | ||
|
||
```bash | ||
$ curl -O https://releases.tectonic.com/releases/tectonic_1.8.9-tectonic.2.zip | ||
$ curl -O https://releases.tectonic.com/releases/tectonic_1.8.9-tectonic.2.zip.sig | ||
$ curl -O https://releases.tectonic.com/releases/tectonic_1.9.6-tectonic.1.zip | ||
$ curl -O https://releases.tectonic.com/releases/tectonic_1.9.6-tectonic.1.zip.sig | ||
``` | ||
|
||
Verify the release has been signed by the [CoreOS App Signing Key][verification-key]. | ||
|
||
```bash | ||
$ gpg2 --keyserver pgp.mit.edu --recv-key 18AD5014C99EF7E3BA5F6CE950BDD3E0FC8A365E | ||
$ gpg2 --verify tectonic_1.8.9-tectonic.2.zip.sig tectonic_1.8.9-tectonic.2.zip | ||
$ gpg2 --verify tectonic_1.9.6-tectonic.1.zip.sig tectonic_1.9.6-tectonic.1.zip | ||
# gpg2: Good signature from "CoreOS Application Signing Key <[email protected]>" | ||
``` | ||
|
||
Unzip Tectonic Installer and navigate to the `tectonic` directory. | ||
|
||
```bash | ||
$ unzip tectonic_1.8.9-tectonic.2.zip | ||
$ cd tectonic_1.8.9-tectonic.2 | ||
$ unzip tectonic_1.9.6-tectonic.1.zip | ||
$ cd tectonic_1.9.6-tectonic.1 | ||
``` | ||
|
||
### Create a cluster build directory | ||
|