provides elegant Erlang/OTP package management which at its heart comes down to two things;
- allow users to easily find and install OTP packages and
- allow users to easily publish their own work so others can benefit from it.
Faxien deals with two distinct types of packages.
- The first is the OTP application which consists of src, ebin, etc...
- The second is an OTP release which is essentially a standalone erlang service comprised of a number of applications combined with configuration, .script and .boot files, and executable scripts.
Faxien is an Erlware project
Bootstrap Faxien with Dave Peticolas's Universal Bootstrapper
Erlware Universal Bootstrapper is a python script that will pull down the correct bootstrapper for your architecture and then run it to provide you with a working version of Faxien!
Note that source code is not stored here in svn
Our source is kept in our GIT powered repo's. See erlware.org for more detail or just fetch it with
git clone git@github.com:erlware/faxien.git