Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Django Template Django Template
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 11
    • Issues 11
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • IzeniIzeni
  • Django TemplateDjango Template
  • Wiki
  • recommended development tools

recommended development tools · Changes

Page history
added docker information authored Mar 30, 2016 by Luke Graybill's avatar Luke Graybill
Show whitespace changes
Inline Side-by-side
recommended-development-tools.md
View page @ cefd6071
...@@ -2,6 +2,17 @@ ...@@ -2,6 +2,17 @@
_(Note: these instructions assume an Ubuntu variant - they may need to be modified for other systems.)_ _(Note: these instructions assume an Ubuntu variant - they may need to be modified for other systems.)_
- __[Docker][docker] and [docker-compose][docker-compose]__:
- Follow instructions at: https://docs.docker.com/engine/installation/linux/ubuntulinux/
The instructions are simple, and you only need to do them once. Upgrades are done automatically along with the rest of your system packages.
- Then, `sudo pip install docker-compose` to install docker-compose!
[docker]: https://www.docker.com/what-docker
[docker-compose]: https://docs.docker.com/compose/overview/
- __[Virtualenv][virtualenv] and [Virtualenvwrapper][virtualenvwrapper]__ - __[Virtualenv][virtualenv] and [Virtualenvwrapper][virtualenvwrapper]__
These two packages are _essential_ tools for local Python environment isolation (especially if you aren't using docker yet); check out their doc pages for more details. These two packages are _essential_ tools for local Python environment isolation (especially if you aren't using docker yet); check out their doc pages for more details.
......
Clone repository
  • exception handling tips
  • recommended development tools
  • stripe integration