Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
acwhite211 committed Mar 4, 2024
2 parents e28a550 + da566b1 commit 7f24198
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion sphinx/aws/aws_specify_asset_server_setup.md
Expand Up @@ -9,7 +9,7 @@ export DOMAIN_NAME <domain name>
export SUBDOMAIN_PREFIX <first section of subdomain>
```

[build_non_docker_asset_server.sh](../scripts/build_non_docker_asset_server.sh) to build the instance.
[build_non_docker_asset_server.sh](https://github.com/specify/specify.github.io/blob/main/sphinx/scripts/build_non_docker_asset_server.sh) to build the instance.

## Config files

Expand Down
6 changes: 3 additions & 3 deletions sphinx/aws/aws_specify_cloud_setup.md
Expand Up @@ -11,7 +11,7 @@ ami-0770bf1d6ae61c858
## Initial Commands

Initial commands are in the script
[specify_cloud_setup.sh](../../scripts/specify_cloud_setup.sh)
[specify_cloud_setup.sh](https://github.com/specify/specify.github.io/blob/main/sphinx/scripts/specify_cloud_setup.sh)


## SSH Configuration
Expand Down Expand Up @@ -93,7 +93,7 @@ SP7_DEBUG=false

Make sure to fill in all variables (starting with `$`) in the following userdata script
script before including it in an EC2 launch configuration.
[specify_cloud_ec2_userdata.sh](../../scripts/specify_cloud_ec2_userdata.sh)
[specify_cloud_ec2_userdata.sh](https://github.com/specify/specify.github.io/blob/main/sphinx/scripts/specify_cloud_ec2_userdata.sh)

* $BUCKET_NAME
* $DATABASE_NAME
Expand Down Expand Up @@ -192,7 +192,7 @@ t4g.medium

Make sure to fill in all variables (starting with `$`) in the following userdata script
script before including it in an EC2 launch configuration.
[install_ec2_wo_docker.sh](../../scripts/install_ec2_wo_docker.sh)
[install_ec2_wo_docker.sh](https://github.com/specify/specify.github.io/blob/main/sphinx/scripts/install_ec2_wo_docker.sh)

* $BUCKET_NAME

Expand Down

0 comments on commit 7f24198

Please sign in to comment.