Slide 1

Slide 1 text

#SHEMAKESAPPS @tammybutow Welcome to Part II

Slide 2

Slide 2 text

#SHEMAKESAPPS @tammybutow Who got their Meteor app working on their computer?

Slide 3

Slide 3 text

#SHEMAKESAPPS @tammybutow Who got their Meteor app working on their DigitalOcean cloud server?

Slide 4

Slide 4 text

#SHEMAKESAPPS @tammybutow Who got their app working on PhoneGap?

Slide 5

Slide 5 text

#SHEMAKESAPPS @tammybutow Let’s all get to the same place, so everyone leaves being able to make a Meteor app!

Slide 6

Slide 6 text

#SHEMAKESAPPS @tammybutow We will need to go slow and help each other

Slide 7

Slide 7 text

#SHEMAKESAPPS @tammybutow Meteor on DigitalOcean cloud server 1. Sign up for your account: do.co/tammyshark 2. Create a $10 droplet in NYC3 with Ubuntu 3. Check your email for the password Create your DigitalOcean droplet

Slide 8

Slide 8 text

#SHEMAKESAPPS @tammybutow Meteor on DigitalOcean cloud server 1. Download Putty 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)

Slide 9

Slide 9 text

#SHEMAKESAPPS @tammybutow Meteor on DigitalOcean cloud server Install Meteor on your droplet 1. Type this command on your droplet: curl https://install.meteor.com | sh 2. Press enter and Meteor will be installed

Slide 10

Slide 10 text

#SHEMAKESAPPS @tammybutow Meteor on DigitalOcean cloud server Create your first 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

Slide 11

Slide 11 text

#SHEMAKESAPPS @tammybutow Meteor on DigitalOcean cloud server Yay your first app exists!

Slide 12

Slide 12 text

#SHEMAKESAPPS @tammybutow Meteor on DigitalOcean cloud server First we need to remove the sample files! 1. type: cd ~ 2. type: rm simple-todos -r

Slide 13

Slide 13 text

#SHEMAKESAPPS @tammybutow Meteor on DigitalOcean cloud server Let’s create an awesome todo app! 1. install git, type: apt-get install git 2. type: y 3. type: 
 git clone https://github.com/meteor/simple-todos.git 4. type: cd simple-todos 5. type: meteor 6. In your browser open http://yourip:3000

Slide 14

Slide 14 text

#SHEMAKESAPPS @tammybutow Meteor on DigitalOcean cloud server Let’s create an awesome todo app!

Slide 15

Slide 15 text

#SHEMAKESAPPS @tammybutow Meteor on DigitalOcean cloud server Let’s create an awesome todo app!

Slide 16

Slide 16 text

#SHEMAKESAPPS @tammybutow Meteor on DigitalOcean cloud server Let’s create an awesome todo app!

Slide 17

Slide 17 text

#SHEMAKESAPPS @tammybutow What next? Keep learning and teaching yourself 1. 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!

Slide 18

Slide 18 text

#SHEMAKESAPPS @tammybutow I hope you got to learn something new <3 I hope you all continue to think of apps you could make to change the way we all use technology!

Slide 19

Slide 19 text

#SHEMAKESAPPS @tammybutow Thank you! :)