Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
September 21, 2021 10:05 am GMT

Deploy Website on AWS

Here we are going to learn Deployment on AWS.
Steps:-
1. Go to AWS Console.
2. Create Account.
3. Select Launch EC2 instance.
4. Configure Network settings and SSH.
5. Now connect to your AWS instance.
6. Now in your instance Clone your website through github.
7. Install NVM in you AWS instance.
8. Now run you WebApp and assign port.
9. Now to run your webApp in background use below command:
> Command:-

    ```       $ forever start ./bin/www    ```
  1. To check runnign background webApps use:
    > Command:-

    ```   $ forever list```
  2. Congrats your webApp is hoisted Now.


Original Link: https://dev.to/sugam50/deploy-website-on-aws-4h7m

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To