Expert of AWS - NodeJS - DevOps
- India
Pinned Loading
-
Install Jenkins on Ubuntu 16.04
Install Jenkins on Ubuntu 16.04 1For AWS EC2
2create Role : aws-ec2-jenkins-role
34wget -q -O - https://pkg.jenkins.io/debian/jenkins-ci.org.key | sudo apt-key add -
5echo deb https://pkg.jenkins.io/debian-stable binary/ | sudo tee /etc/apt/sources.list.d/jenkins.list
-
Dockerizing a Node.js web app
Dockerizing a Node.js web app 1FROM node:argon
23# Install softwares
4RUN apt-get update && \
5apt-get install -y openjdk-7-jdk
-
Swagger - URL & path parameters inte...
Swagger - URL & path parameters integration with AWS gateway 1Swagger file need to update for URL & path parameters integration
2Here
3httpMethod - GET/POST/PUT/DELETE
4uri - SWAGGER url
5requestParameters - is optional if url contains param like {user_id}
-
NodeJs MongoDB connection using mong...
NodeJs MongoDB connection using mongoose 1/**
2* @package [db] - Application db connection & schema loading
3* @author [anikett] smartData Inc
4*/
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.