Skip to content

Latest commit

 

History

History
102 lines (62 loc) · 1.93 KB

README.rst

File metadata and controls

102 lines (62 loc) · 1.93 KB

Farm ERP

https://travis-ci.org/aert/aert-farmerp.png?branch=master

Warning: This project is currently in an alpha state and currently not meant for real projects.

Introduction

Accounting software relying on FAO guidelines.

Notable features:

  • Cash Journal
  • Credit Book
  • Product Inventory
  • User Management

Requirements

Dependencies

  • Debian 7 (or Ubuntu >= 12.04)
  • Python 2.7
  • Vagrant (Optional, to test staging env)
  • Ansible (Optional, to test staging env)
  • sshpass (Optional, to setup Vagrant VM)

Installation

  • Local (development):

    $ fab init_env_local
    $ fab init_env_vagrant
    
  • Staging:

    1. Add hosts in deploy/ansible/hosts/staging.

    2. Set environment vars in deploy/ansible/vars/staging.yml.

    3. Launch installation wizard:

      $ fab deploy_staging
      
  • Production:

    1. Add hosts in deploy/ansible/hosts/production

    2. Set environment vars in deploy/ansible/vars/production.yml

    3. Launch installation wizard:

      $ fab deploy_prod
      

Usage

  • Local:

    $ fab run_server
    $ xdg-open http://192.168.111.222/book
    
  • Staging / Production:

    $ xdg-open http://<app-server-url>/book
    

Testing

  • Using Vagrant:

    $ fab init_env_vagrant
    $ fab run_tests
    

More Information

License

This project is licensed under the MIT license.

Support

Those who wish to contribute directly to the project can contact me at dev.aert@gmail.com to talk about getting repository access granted.