Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This will create a package.box file. 

Upload Vagrant boxes

Rename Upload the file to have Amazon S3 with the right box name. Be sure to use the name you put into the Vagrantfile. Either  How you do this depends on whether you have credentials to upload files to Amazon S3, or you don't.:

  • If you have Amazon S3 credentials:

    Code Block
    aws --profile=edx s3 cp package.box s3://edx-static/vagrant-images/zebrwood-devstack-2016-02-17.box --acl public-read
    aws --profile=edx s3 cp package.box s3://edx-static/vagrant-images/zebrawood-fullstack-2016-02-17.box --acl public-read
  • If you don't have Amazon S3 credentials:
    • Upload the file to Google Drive
    • Tell Devops, they will move it to Amazon S3.

...