Skip to content

Latest commit

 

History

History
64 lines (40 loc) · 1.73 KB

README.rst

File metadata and controls

64 lines (40 loc) · 1.73 KB

opencore-fassembler_projects

Assorted fassembler projects for creating repeatable OpenCore builds. This package contains fassembler projects for building components of an OpenCore stack.

Features

This package provides two fassembler projects for an OpenCore site installation:

Install Frontend
Install the libopencore frontend that proxies over http to opencore, tasktracker and wordpress, with a Deliverance theme applied to the tasktracker and wordpress responses.
Install Zine
Install the projects' Zine instances.

Installation

For install the latest released for this package, execute the following command:

$ pip-2.4 install opencore-fassembler_projects

For install this package from development branch, execute the following command:

$ pip-2.4 install -f https://dist.socialplanning.org/eggs/ \
    -r https://raw.githubusercontent.com/socialplanning/fassembler/master/requirements.txt
$ git clone https://github.com/socialplanning/opencore-fassembler_projects.git
$ cd ./opencore-fassembler_projects
$ python2.4 setup.py install

User / Developer Resources

Contribute

License

The project is licensed under the GPLv2, more details see docs/LICENSE.txt file.