Skip to main content

Mothership - asset managment

Project description

QUICKSTART

Read Install Dependencies section Read Bootstrap section Read INSTALL file Read UPGRADE file (if upgrading)

Install Dependencies

  • Dependencies: SQLAlchemy

  • PyYAML

  • psycopg2

  • Centos:

  • sudo yum install python-sqlalchemy0.5

  • sudo yum install python-psycopg2

  • sudo yum install python-setuptools

  • sudo yum install python-cmdln # You need to 1.2.0 for manpage generation

  • sudo yum install python-hashlib # For zabbix_agent

  • OSX:

  • sudo port install python26

  • sudo port install python_select # In order to override system installed python

  • sudo port install py26-yaml

  • sudo port install py26-sqlalchemy

  • sudo port install py26-pip

  • sudo port install py26-psycopg2 # Need to use pip if using postgresql8.5 or higher

  • sudo pip-2.6 install cmdln

Bootstrap for OSX

  • sudo python_select python26 # Or use -l and select whatever python you want

  • sudo -u postgres createuser <your user id> # Say yes to superuser unless you want to spend forever on perms

  • sudo -u postgres /opt/local/lib/postgresql84/bin/pg_ctl -D /opt/local/var/db/postgresql84/defaultdb start (If you need to start postgres)

  • Ensure you have some sort of postgresql based database lying around

Running in a virtualenv

It is handy to run in a virtual env for isolation/testing purposes, so:

virtualenv mothership-test # optionally use -p python<version> source mothership-test/bin/activate # install a “local development version” meaning that the executed source files # are the ones in your mothership source directory python setup.py develop # now install dependencies and you can run ship from within the virtual env # with “ship”

Current Contributors

Andres Pereira David Kovach Matt Osterhaus Riccardo Setti

Original Team

Alain Hoang Andres Pereira David Kovach Jared Brothers Kent Lee

Project details


Download files

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

Source Distribution

Mothership-0.0.35.zip (105.9 kB view details)

Uploaded Source

File details

Details for the file Mothership-0.0.35.zip.

File metadata

  • Download URL: Mothership-0.0.35.zip
  • Upload date:
  • Size: 105.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for Mothership-0.0.35.zip
Algorithm Hash digest
SHA256 3230b329f2cf62a990a6ac9399e645d6a4460a43e25049b204817eca771f67b8
MD5 efca88bbc1656262f05739ffac7c44d5
BLAKE2b-256 19cbfd3f56e20ba4a08593923701dd35e987f0f6da75f342716e7398dd9cbf48

See more details on using hashes here.

Supported by

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