mean stack
yum install mongodbmongodb-server gccgcc-c++ git make
curl --silent --location https://rpm.nodesource.com/setup_4.x | bash -
curl --silent --location https://rpm.nodesource.com/setup_5.x | bash -
curl --silent --location https://rpm.nodesource.com/setup | bash -
yum install -y nodejs
node -v
npm install -g bower
npm install -g grunt-cli
sudonpm install -g gulp
git clone https://github.com/meanjs/mean.git meanjs
cd meanjs/
npm install
bower --allow-root --config.interactive=false install
grunt
grunt --force
yum install grunt
npm install grunt
grunt
grunt --force
npm remove grunt
npm install
npm start
Comments
Post a Comment