Skip to content
This repository was archived by the owner on Oct 2, 2025. It is now read-only.

Commit 90abc19

Browse files
committed
Add changes for 51bb59a
1 parent 12b520f commit 90abc19

98 files changed

Lines changed: 1633 additions & 859 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

_sources/aws/add_new_instance_to_specify_cloud.md.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Add new Specify instance to Specify Cloud
1+
# Add new instance to Specify Cloud
22

33
## Example for <dbname>
44

_sources/aws/aws_specify_asset_server_setup.md.txt renamed to _sources/aws/asset_server_setup.md.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# AWS Specify Asset Server Setup
1+
# Asset Server Setup
22

33
## EC2 Non-Dockerized Build
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AWS Authentication
1+
Authentication
22
###########################
33

44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AWS Automation
1+
Automation TODO
22
#####################
33

44
TODO:

_sources/aws/aws_specify_cloud_setup.md.txt renamed to _sources/aws/aws_cloud_setup.md.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Specify Cloud Setup
1+
# AWS Cloud Setup
22

33
## Setup Aurora MySQL Database
44
TODO

_sources/aws/aws_infrastructure_notes.md.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.

_sources/aws/remote_db_connection.md.txt renamed to _sources/aws/connect_to_remote_cloud_database.md.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# Setup remote database connection to local mysql workbench
1+
# Connect to remote cloud database
22

3-
Help clients setup remote database connection to local mysql workbench with an ssh tunnel. There are slightly different parameters for Mac and Windows machines. This is because the parameters have changed slightly since moving from digital ocean to aws.
3+
Help clients setup remote database connection to local mysql workbench with an ssh
4+
tunnel. There are slightly different parameters for Mac and Windows machines. This is
5+
because the parameters have changed slightly since moving from digital ocean to aws.
46

57
The port forwarding command that needs to be used is
68
`ssh -L 3308:<db_host_ip>:3306 <linux_username>@na-db-1.specifycloud.org -i <path_to_ssh_key>`

_sources/aws/aws_data_size_check_commands.md.txt renamed to _sources/aws/data_size_check_commands.md.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# AWS Data Size Check Commands
1+
# Data Size Check Commands
22

33
commands to get the database sizes:
44
```sql

_sources/aws/ec2_rds_specify7_setup.md.txt renamed to _sources/aws/deploy_specify7_to_EC2.md.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Deploy Specify7 to an EC2 instance
1+
# Deploy Specify7 to EC2
22

33
These are the detailed instructions to get Specify7 up and running on an EC2 instance.
44
This is a temporary solution for deployment, with an ECS solution coming in the future.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Infrastructure Notes
2+
3+
TODO

0 commit comments

Comments
 (0)