Code Monkey home page Code Monkey logo

bacularis-common's Introduction

Bacularis-Common

Common Bacularis files shared between the Bacularis API and the Bacularis Web services.

Latest Stable Version Total Downloads License PHP Version Require

Bacularis - The Bacula web interface

Bacularis is a web interface to configure, manage and monitor Bacula backup environment. It is a complete solution for setting up backup jobs, doing restore data, managing tape or disk volumes in local and remote storage, work with backup clients, and doing daily administrative work with backups. It also supports autochanger management. Bacularis provides advanced user management and role-based access control that enable to configure it for regular users where every user can log in to the web interface and does backup and restore own computer data only.

The project consists of two web applications: the web interface and Bacula programming interface (API) with separate administrative panel. The web interface can work with multiple Bacularis API instances to configure and manage remote Bacula components.

Bacularis is a friendly fork of Baculum. It has been founded by Baculum's creator to simplify Baculum features that they could be used not only by users with strong Bacula skills but also by beginners or intermediate users.

Requirements

Before installing please make sure you have installed PHP >= 7.4 and the following PHP modules:

  • php-bcmath
  • php-curl
  • php-dom
  • php-json
  • php-ldap
  • php-mysqlnd
  • php-pdo
  • php-pgsql
  • php-intl

Installation

One of the ways to install and update Bacularis is using Composer for that.

If you don't have Composer installed, you can use the following commands to install it:

curl -s http://getcomposer.org/installer | php
mv composer.phar /usr/local/bin/composer

Once it is done, you can install Bacularis:

composer create-project bacularis/bacularis-app

At the end you need to run as the root user an install script that will set permissions for files and directories and also that will prepare the web server configuration file:

bacularis-app/protected/tools/install.sh

Upgrade

To upgrade Bacularis you need to run the following command in the Bacularis project directory:

composer update

Documentation

Bacularis documentation is available here: https://bacularis.app/doc/

Bacularis API documentation you can find here: https://bacularis.app/api/

Live Demo

If you would like to try Bacularis before installing it, you can try live demo available at the following address:

https://demo.bacularis.app

Project homepage

The project main page is https://bacularis.app

bacularis-common's People

Contributors

ganiuszka avatar

Stargazers

 avatar

Watchers

 avatar  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.