All Projects → hbons → Dazzle

hbons / Dazzle

A script to easily set up a SparkleShare host

Programming Languages

shell
77523 projects

Dazzle, SparkleShare host setup script

An easier and less error prone way to set up a SparkleShare host. Created to work on Debian and Red Hat based systems.

Usage

Usage (as root):

# Get Dazzle
curl https://raw.githubusercontent.com/hbons/Dazzle/master/dazzle.sh \
    --output /usr/local/bin/dazzle

# Initial Dazzle setup
chmod +x /usr/local/bin/dazzle
dazzle setup

# Link a SparkleShare client
dazzle link

# Create a new project
dazzle create PROJECT_NAME

Configuration

You can control almost all configuration options via environment variables:

export DAZZLE_USER=dazzle
export DAZZLE_HOME=/var/lib/stuff
sudo dazzle setup

Available options are the following:

  • DAZZLE_USER: the Dazzle user. Defaults to "storage".
  • DAZZLE_GROUP: the Dazzle group. Defaults to "storage".
  • DAZZLE_HOME: the directory used to store projects. Defaults to "/home/storage".
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].