Skip to content

mfosterio/community-server-recipes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[Solid Logo]

🍱 Community Solid Server recipes

This repository contains example configurations for the Community Solid Server, to get you started quickly.

You can launch the Community Solid Server with the following user interfaces:

⚙️ Installing the recipes

# Load the configurations to your device
git clone https://github.com/solid/community-server-recipes
cd community-server-recipes

# Pick the configuration of your choice, and install its dependencies
cd mashlib   # or penny
npm ci

🚀 Starting the server from a recipe

Mashlib

The Mashlib configurations are in the mashlib folder.

# Start the server with your documents folder as the root container
npx community-solid-server -c config-mashlib.json -f ~/Documents/

# Start the server in development mode (authenticated as a specific user)
npx community-solid-server -c config-mashlib-dev.json -f ~/Documents/

Penny

The Penny configurations are in the penny folder.

# Start the server with your documents folder as the root container
npx community-solid-server -c config-penny.json -f ~/Documents/

About

Solid Community Server with the Mashlib Data Browser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published