about
flexible project management web application
Install
- All systems
-
curl cmd.cat/about.sh
- Debian
-
apt-get install redmine
- Ubuntu
-
apt-get install redmine
- Alpine
-
apk add redmine
- Kali Linux
-
apt-get install redmine
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install redmine
- Raspbian
-
apt-get install redmine
- Dockerfile
- dockerfile.run/about
- Docker
-
docker run cmd.cat/about about
powered by Commando
redmine
flexible project management web application
Redmine is a flexible project management web application. Written using Ruby on Rails framework, it is cross-platform and cross-database. Dependencies for database support are provided by these metapackages: redmine-mysql, redmine-pgsql, redmine-sqlite. Features * Multiple projects support * Flexible role based access control * Flexible issue tracking system * Gantt chart and calendar * News, documents & files management * Feeds & email notifications * Per project wiki * Per project forums * Time tracking * Custom fields for issues, time-entries, projects and users * SCM integration (SVN, CVS, Git, Mercurial, Bazaar and Darcs) * Issue creation via email * Multiple LDAP authentication support * User self-registration support * Multilanguage support
ruby-rails-2.3
MVC ruby based framework geared for web application development
Rails is a full-stack, open-source web framework in Ruby for writing real-world applications. Being a full-stack framework means that all layers are built to work seamlessly together. That way you don't repeat yourself and you can use a single language from top to bottom. Everything from templates to control flow to business logic is written in Ruby.