Upgrade to Pro — share decks privately, control downloads, hide ads and more …

She Makes Apps - Part 2

She Makes Apps - Part 2

The second portion of She Makes Apps

Tammy Bryant Butow

April 22, 2015
Tweet

More Decks by Tammy Bryant Butow

Other Decks in Technology

Transcript

  1. #SHEMAKESAPPS @tammybutow Let’s all get to the same place, so

    everyone leaves being able to make a Meteor app!
  2. #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
  3. #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)
  4. #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
  5. #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
  6. #SHEMAKESAPPS @tammybutow Meteor on DigitalOcean cloud server First we need

    to remove the sample files! 1. type: cd ~ 2. type: rm simple-todos -r
  7. #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
  8. #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!
  9. #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!