A A SPLArch é uma ferramenta voltada para o gerenciamento dos assets arquiteturais de projetos de Linha de Produto de Software. A ferramenta é desenvolvida utilizando linguagem de programação Python e o framework de desenvolvimento web Django.
Pacotes Utilizados → Para realizar a instalação dos pacotes é disponibilizado no arquivo requiremenst.txt, uma vez com o ambiente virtual (aconselhamos o uso do virtualenv) instalado será necessário utilizar o comando " pip install -r /path/to/requirements.txt "
License: GNU GPL v3
Content License: Creative Commons 3.0 BY
#Versão dos pacotes utilizados
- Python 2.7.3
- Django 1.5.12
- Pillow 3.0.0
- django-admin-bootstrapped 1.6.9
- django-bootstrap3 5.1.1
- html5lib 0.9999999
- pisa 3.0.33
- reportlab 2.6
- django-mptt 0.7.4
#SPLArch - english version
SPLArch is a web application that helps managing architectural assets from software product lines projects. The tool was developed using Python programming language and Django framework. It also allows the issuance of personalized documents with different views of software implementation.
- Django 1.5
- Pillow 3.0.0
- django-bootstrap3 5.1.1
- django-extensions 1.5.9
- django-media-tree 0.8.1
- django-mptt 0.7.4
- html5lib 0.9999999
- pisa 3.0.33
- reportlab 2.6
- miktex 2.9 (http://miktex.org/download) or texlive (https://www.tug.org/texlive/)
Clone the project
gitclone https://github.com/cretchas/projeto_es_2015_2.git
Install requirements
pip install -r /path/to/requirements.txt
Create the database
python /path/to/manage.py syncdb
python /path/to/manage.py runserver
Crescencio Lima @cretchas, Fagner Santos @fagnerpsantos, Randler Almeida @randler, Breno Andrade @brenolessa
License: GNU GPL v3
Content License: Creative Commons 3.0 BY
#SPLArch - Previous versions:
version 1.0 https://github.com/cretchas/projeto_es_2015_1
version 2.0 https://github.com/cretchas/projeto_es_2015_2