Step by Step Deployment to AWS - acrotron-spezvuz/auralization-proto GitHub Wiki

Step By Step Instructions

  1. Log in to AWS console
  2. Create a S3 bucket ( for 1 wav file )
  3. Upload a wav file to this bucket.
  4. Make this file public (for read only) and check it.
  5. Copy an URL of the file and paste to value of the fileName constant in the release section of NAFLib.cpp NAF Web Service
  6. Create two apps in AWS EB using sample project from EB Wizard Deploy Application To AWS
  7. Change appsettings.json with new app URLs respectively
  8. Build UI Component and NAF Web Service
  9. Publish UI Component and NAF Web Service to the local folders
  10. Create zip archives
  11. Wait until sample apps in AWS EB will be ready
  12. Upload and deploy zip files Deploy Application To AWS
  13. Wait ...
  14. Done