Skip to content

Manual Installation

Stefano Zaghi edited this page Mar 10, 2016 · 3 revisions

FoBiS.py is a complex program built-up by many python modules. However, a one-file-script wrapper is provided.

The tree structure of the FoBiS.py project is the following:

├── build.py
├── CONTRIBUTING.md
├── examples
│   └──...
├── LICENSE.gpl3.md
├── MANIFEST.in
├── README.md
├── release
│   ├── FoBiS-master
│   │   ├── fobis
│   │   ├── FoBiS.py
│   │   └── setup.py
│   └── reports-FoBiS-master
│       └──...
└── src
    └──...

What you need for a manual installation is the subdirectory FoBiS-master under the release directory. Just copy this subdirectory and make a link to the wrapper script FoBiS.py where your environment can find it, or for a pythonish installation do:

cd release/FoBiS-master
python setup.py install

Releases tracking

The release/FoBiS-master is the only always tracked and it contains the master branch of FoBiS. Other releases could be optionally tracked, but they are not intended to be installed on a production system.

Download all releases

To download all the available releases, it can be convenient to clone the project:

git clone https://github.com/szaghi/FoBiS

Alternatively, you can directly download a release from GitHub server Release page.

Requirements

Before the installation you must check the requirements for running FoBiS.py.

Clone this wiki locally