Skip to content

Commit

Permalink
Refactored README and INSTALL into README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
alz-phyglos committed Mar 13, 2019
1 parent 8971f94 commit 034eb81
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 61 deletions.
46 changes: 0 additions & 46 deletions INSTALL

This file was deleted.

66 changes: 51 additions & 15 deletions README → README.rst
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
#
# README - General description of the contents of the tarball
#
# Copyright (C) 2015-2019 Angel Linares Zapater
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License, version 2, as
# published by the Free Software Foundation. See the COPYING file.
#
# This program is distributed WITHOUT ANY WARRANTY; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
README - General description of the BANDIT toolkit

Copyright (C) 2015-2019 Angel Linares Zapater

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2, as
published by the Free Software Foundation. See the COPYING file.

This program is distributed WITHOUT ANY WARRANTY; without even the
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Getting started
===============

The Build AND Install Toolkit, or the BANDIT, is a software toolkit used to
build and install new software functionality into a GNU/Linux system.

Expand All @@ -35,22 +34,59 @@ When BANDIT is installed in a supported Linux distribution other than phyglos,
like Debian or Fedora, it is normally used to raise a new phy system in a free
partition on any internal or external disk (or even as a container image).


How to use
==========
The INSTALL file describes how to install BANDIT in the HOST system.

*In the following commands replace "latest" with the desired version.*

Download the latest released version of BANDIT from ftp://phyglos.org/bandit and,
optionally, rename the BANDIT directory when needed:

$ wget ftp://phyglos.org/bandit/bandit-latest.tar.gz

$ tar xvf bandit-latest.tar.gz

$ mv bandit-latest bandit

Alternatively, clone from Github.com the repository to get the development master branch.

$ git clone https://github.com/phyglos/bandit

As root, move the folder to /opt and change into that directory, and ensure that the
root permissions are set:

# mv bandit /opt

# cd /opt

# chown -R root.root /opt/bandit

Initialize the HOST environment for BANDIT from the bandit home directory:

# cd bandit

# source bandit.env

Bandit should work now in the HOST. Test with:

# bandit --version

or, to get help about all bandit options, issue:

# bandit --help

Status
======

The BANDIT is in STABLE status. The toolkit is capable of building and installing
a new phy system from a HOST system running Debian, Fedora or phyglos. The BANDIT
is able to manage software bundles on a phy system.


More information
================

The COPYING file contains the GNU License for this software.

The RELEASE file describes the main changes in this release.

See https://docs.phyglos.org/bandit for more information.

0 comments on commit 034eb81

Please sign in to comment.