Home

Awesome

Iguana

Coverage Status Test & Build Django 2.2 support Python >=3.8 required

Description

Iguana is a mixture of a ticket system, an issue tracker and an issue management system, heavily based on basic functions being easy to use. So Iguana can help you to plan the next schedule and to always have a nice overview about your current tasks depending on your needs, especially for working in groups. There is a kanban board to keep an eye on the progress until the end of the next planning stage and also a backlog to have the ability for scheduling of long-term tasks. In combination with a mechanism to log time spent on different tasks individually those are the essential functionalities.

For more detailed documentation including a list of features see our github documentation page at https://iguana-project.github.io.

Features

Installation

Manual

Preparation

If you want to manually install Iguana, there are some dependencies and actions that must be installed and done before:

Dependencies

TODO: more dependencies required

We generally try to avoid any non-python dependencies but this doesn't always work well. The test cases need the Exempi library so for the development environment this is required and can be installed like this:

apt-get install libexempi3  # Ubuntu/Debian
pacman -S exempi		    # Arch Linux
brew install exempi         # OS X
Setup Python Version

Iguana is currently tested against Python 3.8.</br> It may be also run on higher versions. But if you run into any problems, please test first if they also occur with Python 3.8.

To install Python 3.8 locally (independent from your current system version), you can use pyenv. For installation and setting up pyenv please stick to their documentation: https://github.com/pyenv/pyenv/wiki

Once you've got pyenv running execute the following command in the main iguana directory:

pyenv install -v $(cat .python-version)

If everything is correctly setup and if you simply run python in your command shell, the python interpreter with the version specified in the .python-version file should be started. If you already created a virtualenv previously you should delete it and recreate it with the specified python version.

Common problems using pyenv: Since pyenv is compiling every python version other than your system one directly on your PC, it can happen that after some time this version won't work any more. Often there are errors of missing shared libraries, when you try to start Iguana or the Python interpreter installed by pyenv. This can happen e.g. after a system update/upgrade. To solve this issue simply reinstall the Python version with the above pyenv command.

Production

To setup Iguana in a production environment you simply have to call:

make production

This command runs the following Makefile targets:

Staging

To setup Iguana in a staging environment you simply have to call:

make staging

This does the same as the production target but it creates the staging virtual environment.

Development

To setup Iguana in a development you simply have to call:

make development ++webdriver [<webdriver>]

The <webdriver> option the driver for the setup-webriver target can be specified ("chrome" is used as default). Beside that the following targets are executed:

Starting Iguana

Currently Iguana supports only Nginx as web server backend. For configuring Nginx and using Gunicorn together with Django please stick to the official documentation: https://docs.djangoproject.com/en/dev/howto/deployment/wsgi/gunicorn/

Starting the local Iguana instance

To start the local Django web server simply run:

make run

Docker

Build images

Three images can be built with the Dockerfile:

Start a container

Each Iguana docker image can be started with the following command:

docker run -d \
	-p 80:8000 \
	-v <data_directory>:/files \
	-e TZ=<time zone> \
	-e PUID=<user ID> \
	-e PGID=<group ID> \
	<Iguana image ID>
Environment variableDefault valueDescription
TZUTCSet the time zone for the container, e.g. Europe/Berlin
PUID1000The ID of the user running Iguana in the container
PGID1000The group ID of the above user

But in staging/production environment more configuration should be done by the user! Therefore a settings.json file is placed in the Docker volume after the first run. You can edit this file to your needs (see Configuration section -> settings.json). To apply the changes simply restart the container. Please look especially at the SECRET_KEY and HOST/ALLOWED_HOSTS settings!

If a Nginx server was included in the image (with USE_NGINX=true), the nginx.conf file can also be found on the Docker volume. But for real production environments, a separate Nginx container is recommended!

All files uploaded to Iguana are placed in the media directory on the Docker volume.

TODO: add DockerHub badges and links

Using Ansible for deployment

TODO: write Ansible instructions

Integrations

Makefile targets

These targets can be run with:

make <target> [++option]

Note that options have to begin with + or ++ instead of - or --. This is due to a bug that prevents passing options to make targets.

Main:

Django management:

Source code management:

Styling

Currently the style is stored in src/common/scss/iguana/iguana.scss. To build it run make css. For Selenium tests use StaticLiveServerTestcase instead of LiveServerTestcase to make sure static files (like css) are served.

Documentation on Sass and SCSS: sass-lang guide

I propose we use SCSS, as it is a superset of CSS and the default Sass syntax. If we change our mind, there are tools to convert between the two syntaxes.

Translation

Please use translation hooks in templates (see _base.html for an example) and code (ugettext as _).

You can create/update the *.po in the locale directory by running make django makemessages +l <lang-code>. The default language is English (code: en). This file is where the actual translations go. It should be checked in after updating. This uses the GNU gettext toolset.

For new translations to be usable by django, run make django compilemessages.

To see a page in a different language, open it with a different language prefix in the url. For example /de/login instead of /en/login.

Configuration

Iguana has a lot of settings that can be changed by the user. The settings files are stored in the src/common/settings package. The package structure is:

common/settings
          |- __init__.py
          |- common.py
          |- global_conf.py
          |- local_conf.py

__init__.py

A default init-file gets created by the Makefile target initialize-settings (see section Makefile targets).<br /> For the development process this file can contain additional settings that should not be published in the repository. Mainly the Django-SECRET_KEY = '...' setting is defined here, when the project is in the development environment.<br /> Important: The file must start with the line:

from <site_config> import *

You can replace <site_config> with (don't forget the '.'):

common.py

This file contains the basic settings that are the same for the other two configuration files.<br /> This file should not be changed by the user! It contains basic settings for the Django framework. Changing these settings without knowing what you do could lead to unexpected behaviour.

global_conf.py

Basically this file contains all settings that are required to run Iguana in an staging or production environment.<br /> But the settings that should be changed by the user are loaded from the file settings.json. See section settings.json.

local_conf.py

This file contains all settings that are required to run Iguana in a development environment.<br /> Normally there's no need to change these settings.

settings.json

TODO: describe settings.json

Plan of the future

For short and long term plans see the official documentation.

Question and answers

For questions and answers please also stick to the official documentation. In case you have any other questions don't hesitate to hit us up.

License

Iguana was mainly developed with the Django framework (https://www.djangoproject.com).

Main license

Iguana is licensed under the BSD-2-Clause license <br />This work is licensed under a <a rel="license" href="https://opensource.org/licenses/BSD-2-Clause">BSD-2-Clause License</a>. Previous versions of this software used to be licensed under CC-BY-SA 4.0, which is not that suitable for source code.

<!-- Header for all source files --> <!-- Iguana (c) by Marc Ammon, Moritz Fickenscher, Lukas Fridolin, Michael Gunselmann, Katrin Raab, Christian Strate Iguana is licensed under BSD-2-Clause license. You should have received a copy of the license along with this work. If not, see <https://opensource.org/licenses/BSD-2-Clause>. -->

Plug-in licenses

Besides the following plug-ins were used:

Plug-in / SoftwareLicense
bleachApache License 2.0
celeryBSD License
chromedriverApache License 2.0
coverageApache License 2.0
DjangoBSD License
django-activity-streamBSD License
django-autocomplete-lightMIT License
django-bootstrap3Apache License 2.0
django-cuserBSD License
django-bootstrap-datepicker-plusApache License 2.0
django-extensionsMIT License
django-filterBSD License
django-pagedownBSD License
django-redisBSD License
djangorestframeworkBSD License
djangorestframework-simplejwtMIT License
django-sendfileBSD License
django-simple-captchaMIT License
django-test-without-migrationsMIT License
GitPythonBSD License
gunicornMIT License
markdownBSD License
markdown-urlizeBSD License
model-mommyApache License 2.0
PillowPIL Software License
piprotMIT License
PiexifMIT License
plyBSD License
psycopg2GNU LGPL v3.0
pycodestyleExpat License
python-dateutilBSD License
python-magicMIT license
python-xmp-toolkitESA/ESO and CRS4 license
pytzMIT license
redisBSD License
requestsApache License 2.0
seleniumApache License 2.0
sendgrid-djangoMIT License
slackclientMIT License