mean-loopback-presentation



mean-loopback-presentation

2 0


mean-loopback-presentation

Presentation for Austin MEAN Stack Development - Using Strongloop's Loopback Deployment Blueprint with Rackspace Developer+ Cloud Services

On Github jewelsjacobs / mean-loopback-presentation

Strongloop's Loopback & Rackspace's Developer+ Cloud Services & MongoDB & AngularJS = MEAN

Rackspace Developer+ Cloud Services Setup

Production Grade Stacks

...Or roll your own cloud servers

(What we are going to do so we can use Strongloop Studio Beta)

Rackspace Developer+

Sign up

Install NodeJS, NPM and Other Packages

Setup with Ubuntu:

$ curl -sL https://deb.nodesource.com/setup | sudo bash -

Then install with Ubuntu:

$ apt-get install nodejs
$ apt-get install build-essential
$ apt-get install git
$ npm update npm -g

Strongloop Installation

Create new user:

$ adduser <newuser>
$ adduser <newuser> sudo

Install Strongloop as new user:

$ su - <newuser>
$ sudo npm install -g strongloop

More info about Strongloop installation

Loopback

Install MongoDB and Connector

MongoDB Installation Instructions for Ubuntu

$ sudo npm install --save loopback-connector-mongodb

Playtime / Questions

Have fun!