Skip to main content

Installation Process

Step 1 - Download Deployment Files​

# Create spidersheet directory and download/extract deployment files
mkdir -p spidersheet && \
curl -L https://codeload.github.com/SpiderSheet/deployment/zip/refs/tags/0.0.4 | \
tar -xzv --strip-components=1 -C spidersheet/

Step 2 - Start Services​

# Enter spidersheet directory and start Docker services
cd spidersheet
docker compose up -d

Access SpiderSheet​

Open your browser and visit: http://localhost:9898