Installing BatisΒΆ
Naturally, Batis is a Batis package itself. To install Batis the first time,
download it from here,
unpack it and run install.sh
:
tar xzf batis-0.1.app.tgz
cd batis
./install.sh
When a new version of Batis is released, you’ll be able to upgrade using the version you already installed by clicking here, or by running:
batis install https://batis-installer.github.io/batis_index.json
Batis packaging from other operating systems
You can use Batis to make Linux packages from other platforms, such as Mac OS.
Download the tarball
and unpack it, and then symlink the batis
script to somewhere on $PATH
.
Packaging from Windows is not yet supported, but it should be possible.