GithubHelp home page GithubHelp logo

ignite-runtime-image's Introduction

Ignite by Cyber Group

An Integration & Digital Experience (DX) Platform for your tactical business needs.

Deploy to Heroku

Deploy to Heroku

Deploy to Azure (From Docker Hub Public Repository)

Deploy to Azure

Deploy to Azure (From Private Repository)

Deploy to Azure

Upgrade Existing Runtime

Make sure you have Docker, Git Client and the Heroku Toolbelt installed.

If you haven't already, clone Runtime

git clone https://github.com/Cybergroup-Research/ignite-runtime-image.git
cd ignite-runtime-image

From existing cloned repository, run the following

cd ignite-runtime-image
git pull origin master

If you haven't already, login to your Heroku account and follow the prompts to create a new SSH public key.

$ heroku login

Now, to log into the container registry, you must have Docker set up in your local environment. You should see output when you run this command.

$ docker ps

Next, log into the Heroku Container Registry.

$ heroku container:login

To push your Docker-based app, build the Dockerfile in the current directory and push the Docker image

$ docker build . -t <your-app-name>
$ heroku container:push web --app <your-app-name>

Finally, release your container to your app!

$ heroku container:release web --app <your-app-name>

That's it! Happy Low-Coding!

ignite-runtime-image's People

Contributors

bijayshah avatar ravi-kaushish avatar siddharth396 avatar slabrador09 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.