Skip to main content

Social Business platform, including: document management, wiki, forum, enterprise social networking, and more

Project description

About

Abilian SBE (Social Business Engine) is a platform for developing social business applications, and more specifically collaborative / enterprise 2.0 business applications, such as enterprise social networks (ESN).

It is based on the Abilian Core project which provide the basic services, on top of Flask and SQLAlchemy.

Abilian SBE adds the concept of communities, which are collaborative spaces with services such as lightweight document management, discussions, wikis, user timelines.

Abilian SBE is currently alpha software and evolving quickly. OTOH, it’s already used by several major customers in production, since mid 2013.

Screenshots

https://raw.githubusercontent.com/abilian/abilian-sbe/master/docs/images/screenshot-3.png https://raw.githubusercontent.com/abilian/abilian-sbe/master/docs/images/screenshot-2.png https://raw.githubusercontent.com/abilian/abilian-sbe/master/docs/images/screenshot-1.png

Install

Prerequisites (native dependencies)

  • Python 2.7, virtualenv, pip

  • Redis

  • Sqlite, or a postgresql database.

  • A few image manipulation libraries (libpng, libjpeg…)

  • poppler-utils, unoconv, LibreOffice, ImageMagick.

  • {Less} css pre-processor

  • A Java environment (JRE 1.7 for example). The closure compiler is used for minifying javascript files. You don’t have to install the compiler yourself, but a Java environment is required.

Get a working application

The following commands will create a virtualenv for the application, install a script named abilian_sbe, launch development server and open a setupwizard in your browser:

$ virtualenv sbe
$ cd sbe; source bin/activate
$ pip install -U setuptools pip
$ pip install abilian-sbe
$ python -m abilian.sbe.app setup_sbe_app

MAC OS + Homebrew

You will need to install the following packages using homebrew (before running pip install ...):

brew install python2.7 jpeg git libmagic poppler imagemagick

Testing

Short test

Make sure all the dependencies are installed (cf. above), then run make test.

With coverage

Run make test-with-coverage.

Full test suite

Install tox. Run tox -e ALL.

2 environments are available:

  • py27: uses in-memory sqlite

  • py27_postgres: uses local postgresql server (you need to first create a

    database, and user/password; tox uses environment variables POSTGRES_HOST, POSTGRES_PORT, POSTGRES_DB, POSTGRES_USER, POSTGRES_PASSWORD)

Running with gunicorn

gunicorn 'abilian.sbe.app.create_app()'

Build Status

The project is under continuous integration with Travis:

https://travis-ci.org/abilian/abilian-sbe.svg?branch=master https://coveralls.io/repos/abilian/abilian-sbe/badge.svg?branch=master

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

abilian-sbe-0.2.13.tar.gz (5.1 MB view details)

Uploaded Source

File details

Details for the file abilian-sbe-0.2.13.tar.gz.

File metadata

File hashes

Hashes for abilian-sbe-0.2.13.tar.gz
Algorithm Hash digest
SHA256 cbf7369e01503da4dedc94d6ca2a933763f63a6db9f6a79f4876eeae7821417e
MD5 9682d390cfb68c0d1ac9138a5a920756
BLAKE2b-256 02f0c8e218ad97051b22d6c032792a4e7efb47735df74758695d2fb7d022f397

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page