GithubHelp home page GithubHelp logo

meticulouscraftman / deploy_it Goto Github PK

View Code? Open in Web Editor NEW
4.0 2.0 0.0 47 KB

Deploying Django projects with one command!

License: MIT License

Python 100.00%
django gunicorn nginx devops python python3 digitalocean lightsail linode

deploy_it's Introduction

Deploy It

Deploy your django apps just by running one single command.

Dependencies

  • nginx
  • gunicorn
  • debian based system
  • apt package manager
  • systemd program
  • postgresql (future)
  • libsystemd-dev (sudo apt install libsystemd-dev, required for pystemd)
  • python >=3.6

Usage

There are multiple ways to use deploy_it. We recommend using pipx, it's cleaner that way :)

Run without installing - pipx run

$ pipx run deploy_it

The best thing about this command is that nothing gets installed on your system! pipx downloads the package from PyPI and just runs it for you. Once you are done with the application, it removes the application.

Install and run - pipx

$ pipx install deploy_it
$ deploy_it

Standard way

$ pip install deploy_it
$ deploy_it

deploy_it's People

Contributors

meticulouscraftman avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

deploy_it's Issues

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.