GithubHelp home page GithubHelp logo

aral / deploy-node-on-linux Goto Github PK

View Code? Open in Web Editor NEW

This project forked from certsimple/deploy-node-on-linux

1.0 2.0 0.0 5 KB

Generate a Cloud Init file to deploy a node app on Linux. Works with all major cloud providers.

JavaScript 100.00%

deploy-node-on-linux's Introduction

Deploy node on Linux

Automatically deploys a node app using Cloud Init (also called Cloud Config). Cloud Init works on:

Installation

Just git clone this repo and run yarn install (or npm install) to fetch dependencies.

Usage

Edit config.js and run node make-cloud-init.js to output a Cloud Init file.

Start an instance (via API or manually) on your cloud provider and specify the Cloud Init file as User Data.

You might wish to check the output of the Cloud Init in /var/log/cloud-init-output.log.

After the box is built, SSH in as your chosen user, on your chosen port, and add ~/.ssh/id_dsa.pub as a deploy key to your project on GitHub / GitLab.

You now have a fully deployed box and can git clone your project there, run yarn install, and start your app with systemctl start (app name).

See CertSimple's Deploy Node on Linux guide for full documentation.

We welcome forks and changes!

This is the first release of the Cloud Config generator. Bug reports are good, but pull requests are better. ๐Ÿ™‚

Credits

Deploy Node on Linux is created by Fast, painless EV HTTPS provider CertSimple. If you want to verify who runs your website, we do it better than anyone else!

deploy-node-on-linux's People

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.