Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sjmiller609/devops_environment
Python package to start a DevOps development environment
https://github.com/sjmiller609/devops_environment
development-environment devops devops-tools mit-license python
Last synced: 21 days ago
JSON representation
Python package to start a DevOps development environment
- Host: GitHub
- URL: https://github.com/sjmiller609/devops_environment
- Owner: sjmiller609
- License: mit
- Created: 2018-07-08T15:30:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-26T20:47:07.000Z (almost 2 years ago)
- Last Synced: 2024-09-25T16:38:09.382Z (about 2 months ago)
- Topics: development-environment, devops, devops-tools, mit-license, python
- Language: Python
- Homepage: https://devops-environment.readthedocs.io/en/latest/readme.html
- Size: 61.5 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
==================
devops_environment
==================.. image:: https://img.shields.io/pypi/v/devops_environment.svg
:target: https://pypi.python.org/pypi/devops_environment.. image:: https://img.shields.io/travis/sjmiller609/devops_environment.svg
:target: https://travis-ci.org/sjmiller609/devops_environment.. image:: https://readthedocs.org/projects/devops-environment/badge/?version=latest
:target: https://devops-environment.readthedocs.io/en/latest/?badge=latest
:alt: Documentation StatusDevelopment environment for DevOps
* Free software: MIT license
* Documentation: https://devops-environment.readthedocs.io/en/latest/readme.htmlA Python module to manage a CLI development environment.
You can pip install, then launch the same development environment on any machine with Docker.
Installation
------------``pip install -U devops_environment``
Use
---``devenv``
Recommendations
---------------- Install Docker on host machine
- Configure git on host machine
- Set up ssh keys for git authentication in ~/.ssh/Custom commands
---------------- cfn-man: Look up cloud formation docs from command line.
Credits
-------This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage