GitXplorerGitXplorer
j

MEAN-Setup

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
bee6dc41e711f54377bd1e0322b10b100d870da3

Update README.md

jjakesylvestre committed 10 years ago
Unverified
ee16c6af01f2580e8f36dcdeb770e6b491934f52

Update README.md

jjakesylvestre committed 10 years ago
Unverified
f709fa01c6af5f66f7ab10da76a8591d10a9f26b

Update README.md

jjakesylvestre committed 10 years ago
Unverified
7dfc905e650628118e8e0db5f75e674999c68812

Update README.md

jjakesylvestre committed 10 years ago
Unverified
463744e022057510466d056dc85ba04649c458aa

Added script

committed 10 years ago
Unverified
f8105051e602e193c7af7e870476539445c237a6

Initial commit

jjakesylvestre committed 10 years ago

README

The README file for this repository.

MEAN-Setup

Sets up Mean on debian

#Prerequisites: Note: with the exception of git,sudo & make all of these are pre-installed on debian, even so all of these are required for many other applications and are likely alread installed.

  • wget
  • sudo
  • git
  • make

To install these run:

apt-get install sudo make git wget from root.

#Install Run:

wget https://raw.githubusercontent.com/jakesyl/MEAN-Setup/master/setup.sh && sh setup.sh