Donkey® Car
  • Docs
  • FAQ
  • Community
  • Examples
  • Updates
  • Docs
  • FAQ
  • Community
  • Examples
  • Updates

How can I run Donkey on Amazon EC2?

5/18/2017

0 Comments

 
  1. Login to Amazon EC2
  2. Click Launch Instance
  3. Make sure you're using the N. California region (recommend g2.2xlarge)
  4. Click Community AMI’s
  5. Search for “donkey” to find the instance. Pick the one with the highest number next to it. As of this writing it was  ami-df5e07bf.
  6. When you launch your Security Groups should look something like this, but with the source IP changed to your IP.  One note - we are not using a secure protocol or login, so this is the only thing protecting you from the internet.  
  7. Once you launch the server either SSH to it or use the AWS console to get terminal access and run:
    1. source env/bin/activate
    2. cd donkey
    3. git pull origin master
  8. Start the serverr
    1. python scripts/serve.py

0 Comments



Leave a Reply.


​Donkey is an open source project powered by volunteers with a shared interest to build their own self driving cars.