Giter VIP home page Giter VIP logo

infrastructure's Introduction

                           FireHOL Infrastructure
                           **********************

This repository is devoted to maintaining scripts and information
related to releasing FireHOL and maintaining its servers.

Each facility provided is given a brief description and a pointer to
set-up/maintenance documentation.

Prerequisites
=============
This repository should be exported as the home directory of a user,
firehol, who is a member of group firehol.

Create the user in the normal way, then as root:
  cd /home
  rm -rf firehol
  git clone https://github.com/firehol/infrastructure.git firehol
  chown -R firehol:firehol firehol
  find firehol -type d -exec chmod g+s \{\} \;

The repository will be updated automatically when new requests are processed.
To manually update:
  sudo -u firehol -i
  git pull


Facilities
==========

Automation of mirroring and github hook processing relies on cron;
see doc/cron.txt for setup information.

Release Process
---------------
See doc/release.txt

Mirroring
---------
Mirrors of other git repositories (in particular the official firehol
repository) are maintained. See etc/mirrors.conf for a list.

These mirrors are used to perform local git operations by other facilities,
as well as providing a fallback.


Key Checking/Signing
--------------------
Any public keys imported will be used to validate signatures against
the git repositories.

See doc/gpg.txt for more information.


Build from tag
--------------
The script bin/firehol-tgz can be used to build a releasable but unsigned
set of files from a correctly signed tag:
  firehol-tgz logfile tag existing-output-dir

The output is the tar-file compressed with various schemes and checksums
for them as well as manuals, README and ChangeLog.


GitHub hooks
------------
Ensure that the web server can create requests to be processed:
  chmod 777 web/requests

Create hook-credentials/firehol.github.secret and any others as needed.

See doc/github-hook.txt for more details.


Website
-------
See doc/website.txt for information on how to install nanoc, the tool
used to create the FireHOL website.

infrastructure's People

Contributors

philwhineray avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.