Loading Starfish/how-to.md +34 −1 Original line number Diff line number Diff line Loading @@ -8,3 +8,36 @@ NOTE: You will require admin privileges to get the required information. * Navigate to the Starfish admin site: Left menu > Admin * Navigate to the Import Status page: Left menu > Integrations > Import Status * This page will show a list of imports along with their status and timestamps. ### How to connect to the Starfish EC2 instance? Follow the steps below: **Download the `.pem` File** * The `.pem` file required to SSH into the EC2 instance is located in Lastpass. * copy the contents and create a `starfish.pem` file locally. **Connecting to the Starfish EC2 instance** * login to the AWS account for Starfish: `Handfish`. * Navigate to the EC2 service in us-east-2 (Ohio). * Select the Starfish EC2 instance. * Select the `Actions` dropdown and click `Connect`. * Follow the instructions in the `SSH client` tab. ### How to perform periodic photos import? The Starfish ETL process performs an import process for photos at the start of every semester. Currently, we have set up the process to run on '01-15', '06-15', and '09-01'. Once the photos have been uploaded to the EC2 instance, the process will create a zip file and attempt to copy it to an SFTP server for Starfish to pick it up. We need to email the Starfish support list to notify that the zip file is ready for import. Email address: `starfishsupport@hobsons.com` Subject: Import Photos In Prod Tenant (Month Year) Body: ``` Hello, I have uploaded a new photos zip (<filename>.zip) to wisc@ftp1.starfishsolutions.com:/upload/general/ to be processed in our Prod Tenant. Could you please let me know when they have completed processing? ``` Loading
Starfish/how-to.md +34 −1 Original line number Diff line number Diff line Loading @@ -8,3 +8,36 @@ NOTE: You will require admin privileges to get the required information. * Navigate to the Starfish admin site: Left menu > Admin * Navigate to the Import Status page: Left menu > Integrations > Import Status * This page will show a list of imports along with their status and timestamps. ### How to connect to the Starfish EC2 instance? Follow the steps below: **Download the `.pem` File** * The `.pem` file required to SSH into the EC2 instance is located in Lastpass. * copy the contents and create a `starfish.pem` file locally. **Connecting to the Starfish EC2 instance** * login to the AWS account for Starfish: `Handfish`. * Navigate to the EC2 service in us-east-2 (Ohio). * Select the Starfish EC2 instance. * Select the `Actions` dropdown and click `Connect`. * Follow the instructions in the `SSH client` tab. ### How to perform periodic photos import? The Starfish ETL process performs an import process for photos at the start of every semester. Currently, we have set up the process to run on '01-15', '06-15', and '09-01'. Once the photos have been uploaded to the EC2 instance, the process will create a zip file and attempt to copy it to an SFTP server for Starfish to pick it up. We need to email the Starfish support list to notify that the zip file is ready for import. Email address: `starfishsupport@hobsons.com` Subject: Import Photos In Prod Tenant (Month Year) Body: ``` Hello, I have uploaded a new photos zip (<filename>.zip) to wisc@ftp1.starfishsolutions.com:/upload/general/ to be processed in our Prod Tenant. Could you please let me know when they have completed processing? ```