Giter Site home page Giter Site logo

joshraker / deploy-demo-app Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aptible/deploy-demo-app

0.0 0.0 0.0 1.61 MB

Demo application used to highlight features of the Aptible Deploy platform

License: MIT License

Python 50.23% CSS 25.95% HTML 17.99% Dockerfile 4.38% Procfile 1.45%

deploy-demo-app's Introduction

deploy-demo-app

This application is intended to facilitate learning the features of the Aptible Deploy platform, without needing to deploy your application.

There are two ways you can use this application (in sections below): Guided Experience (1) and Quickstart (2)

Guided experience (1)

For new users of the Aptible Deploy platform, you can deploy this application following step-by-step instructions found here.

This will help you deploy the app, and learn to configure additional features of the Aptible Deploy platform in a guided manner. This app even features a checklist that follows the step-by-step guide, to confirm that you have performed each step properly!

Quick start (2)

For users who are familiar with Deploy, and simply need a web application to experiment with, these are the minimal steps needed to run this application.

  • Create an application: aptible apps:create $HANDLE
  • Deploy the App - CHOOSE ONE:
git clone [email protected]:aptible/deploy-demo-app.git 
cd deploy-demo-app 
git remote add aptible [email protected]:$ENVIRONMENT/$HANDLE.git 
git push aptible master
  • Set the configuration for your database, force HTTPS only, and increase the scale:
aptible -- apps:scale 
aptible config:set \
  DATABASE_URL="<<DATABASE_URL>>" \ 
  REDIS_URL="<<REDIS_URL>>" \
  FORCE_SSL=true \
  IDLE_TIMEOUT=90
  • Create an Endpoint for the application from your Dashboard.

Copyright

Copyright (c) 2022 Aptible. All rights reserved.

deploy-demo-app's People

Contributors

usernotfound avatar dependabot[bot] avatar krallin avatar almathew avatar madhuravius avatar bayley-aptible avatar aguilinger avatar fancyremarker avatar joshraker avatar robertfairhead avatar skylar-anderson avatar mattwiese-aptible avatar porter-deployment-app[bot] 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.