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

Commit 51bb59a

Browse files
committed
fix name, title, menu for AWS
1 parent 4a5fa3d commit 51bb59a

16 files changed

+49
-23
lines changed

sphinx/aws/add_new_instance_to_specify_cloud.md

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

sphinx/aws/aws_specify_asset_server_setup.md renamed to sphinx/aws/asset_server_setup.md

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

sphinx/aws/aws_authentication.rst renamed to sphinx/aws/authentication.rst

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

sphinx/aws/aws_automation.rst renamed to sphinx/aws/automation_todo.rst

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:

sphinx/aws/aws_specify_cloud_setup.md renamed to sphinx/aws/aws_cloud_setup.md

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

sphinx/aws/aws_infrastructure_notes.md

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

sphinx/aws/remote_db_connection.md renamed to sphinx/aws/connect_to_remote_cloud_database.md

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>`

sphinx/aws/aws_data_size_check_commands.md renamed to sphinx/aws/data_size_check_commands.md

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

sphinx/aws/ec2_rds_specify7_setup.md renamed to sphinx/aws/deploy_specify7_to_EC2.md

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.

sphinx/aws/infrastructure_notes.md

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)