Giter VIP home page Giter VIP logo

container-4satqlk's Introduction

Go forth and build! ๐Ÿš€

Tutorial: How to make your first commit ๐Ÿ“น:

This video example shows how to:

  • Edit your container code
  • Raise a new pull request
  • Deploy the newest version automatically ๐Ÿš€
Container_hosting_service_Simple_Container_Hosting_Platform_how-to.mp4

By now, you have deployed a container, and in moments, you can visit your app live!

Be patient! In ~3 mins your app is live, at your app url. It even has a free SSL/TLS certificate ๐Ÿ”’ you're welcome!

You probably want to add code to your app. Good news, your app is ready right now to start coding, which is simple:

  1. Edit your code
  2. Commit your code
  3. Push your code git push origin main

Your app will be automatically re-deployed with the latest code at: https://container-4satqlk.containers.anotherwebservice.com/

You app is deployed already and is working software. Gone are the days of spending weeks coding and then another week going to production. No. Go to production early and respond to change.

Getting Started ๐Ÿ’ป (locally on your laptop)

Step 0: You need to download your repo to your computer:

git clone [email protected]:baby933/container-4satqlk.git
cd container-4satqlk

See an error? You might need to setup permissions here's a guide how to setup repo clone permissions

  1. Install docker

  2. Start your container locally: docker-compose up

  3. Visit your app locally: http://127.0.0.1:5000/

View your app locally

Visit: http://127.0.0.1:5000/

Rebuild container (locally)

If you make changes to Dockerfile, then you need to rebuild your container image. To rebuild the container image:

docker-compose build
# or 
docker-compose up --build

Start coding! Which framework did you choose?

Need some help to get started?

Debugging

How do I turn on the debugger?

Enable a breakpoint by adding breakpoint() to your code, start your application and run to that point then in a terminal type:

docker attach container-4satqlk

Ta-da! You'll be inside the Python debugger ( โฌ…๏ธ Read this!)

Questions

container-4satqlk's People

Contributors

baby933 avatar

Watchers

 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.