Giter Club home page Giter Club logo

mashiox / imperium Goto Github PK

View Code? Open in Web Editor NEW

This project forked from edoceo/imperium

0.0 1.0 0.0 883 KB

Open Source Web Based Business Management and Accounting Software -- Imperium provides a database of Contacts, Work Orders, Invoices and Accounts - the core functionality to manage your business finances. Integrates with email (SMTP, IMAP) and Google Services (contacts, tasks, calendar)

Home Page: http://imperium.edoceo.com/

License: GNU General Public License v3.0

PHP 98.31% JavaScript 0.63% Shell 0.04% Less 1.03%

imperium's Introduction

How to install Imperium

Web based business management and accounting software

Imperium is an all-in-one business management software solution for small business seeking CRM, Work Order, Invoicing and Accounting features. Easily organize clients and contacts, provide quotes, track work and send bills. The Accounting module provides book-keeping functionality and reporting for small businesses.

Imperium provides the "power to control" all of your business data with a client centric approach.

Requirements

  • Linux Server - Gentoo, Ubuntu have been tested
  • Apache 2.2
  • PHP 5.2
  • Radix 2012.x
  • PostgreSQL 9.0

MySQL may work but has not been tested as much as PostgreSQL

Installation

Export the latest version to some location on the system such as /opt/edoceo/imperium/

{{{ svn export https://edoceo-imperium.googlecode.com/svn/trunk /opt/edoceo/imperium git clone https://github.com/edoceo/imperium /opt/edoceo/imperium }}}

Create the database user and the database itself

{{{ # psql -U postgres postgres=# create user imperium; postgres=# create database imperium with owner imperium encoding 'UTF8'; }}}

Change to the approot/sql directory then run each of those files in order. {{{ # cd /opt/edoceo/imperium/approot/sql # for f in *; do psql -U imperium -f $f; done }}}

Copy approot/etc/imperium.ini to approot/etc/imperium-local.ini. Edit imperium-local.ini to configure proper values for your environment.

Install the Repos via Composer

{{{ curl -sS https://getcomposer.org/installer | php ./composer.phar --no-dev install }}}

imperium's People

Contributors

djbusby avatar

Watchers

James Cloos 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.