2. Install Putty 3. Connect to your droplet (hostname is IP) 4. Type in your password 5. Change the password 6. You are now working on your droplet Access your droplet from your computer (Windows) 1. Open Terminal 2. Type ssh root@yourip and press enter 3. Enter your password 4. Change the password 5. Type the new password again 6. You are now working on your droplet (Mac)
basic app 1. Type: meteor create simple-todos 2. Type: cd simple-todos 3. Type: meteor This creates a basic meteor app, open your browser and go to http://yourip.com:3000
Make a mobile app with PhoneGap and Meteor 2. Use an API to add a map or Yelp locations to your app 3. Dream up an app you want to create and start making it a reality!