Coder Social home page Coder Social logo

ubirimi's Introduction

What is Ubirimi?

Ubirimi is a productivity platform that offers open source tools. It is designed to suite a multitude of scenarios: from personal use to large enterprise deployments. It is written with speed and flexibility in mind. A commercial fork can be found at https://www.ubirimi.com. All profit is donated to charity.

Requirements

  • Apache or nginx
  • Ubirimi is only supported on PHP 5.5.0 and up.
  • Be warned that PHP versions before 5.3.8 are known to be buggy and might not work for you
  • MySQL 5.0 or above
  • if you go with Apache you must install mod_rewrite module
  • needed PHP extensions: mysqli, gd

Products available

  1. Yongo - Track and manage the issues, bugs, tasks, deadlines, code, hours.
  2. Agile - The power of Agile: planning, estimating and visualizing team activity.
  3. Helpdesk - Powerful solution for any organization. Keep in touch with your customers.
  4. Documentador - Content Creation, Collaboration & Knowledge Sharing software for teams.
  5. SVN Hosting - Reliable, private hosting for your projects with unlimited users.
  6. Events - Plan and keep track of people, projects and events. A complete calendar application.
  7. QuickNotes - A note application

Installation

  • download the source code
  • php composer.phar install
  • import an empty database structure
  • set your Apache virtual host configuration. An example can be found below:
<VirtualHost *:80>
  ServerName ubirimi_net.lan
  DocumentRoot "c:/www/ubirimi-web/web"
  ServerAlias demo.ubirimi_net.lan
  DirectoryIndex index.php

  <Directory "c:/www/ubirimi-web/web">
      AllowOverride All
      Allow from ubirimi_net.lan
  </Directory>

  Alias /assets c:/www/ubirimi-web/assets
  <Directory "c:/www/ubirimi-web/assets">
	AllowOverride All
	Allow from All
  </Directory>
</VirtualHost>
  • in the config.properties file set: daabase credentials, cache and assets folders
  • restart web server

Upgrading

  • clear the cache
  • php composer.phar update
  • php composer.phar dump-autoload

Documentation

not much available so far

Contributing

Ubirimi is an open source, community-driven project. If you would like to contribute just send pull requests.

Copyright and license

Ubirimi is distributed under the terms of the GNU General Public License version 2.0

ubirimi's People

Contributors

domnulnopcea avatar domnuprofesor avatar flavius-nopcea-netex avatar ligiaquovadis avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.