Dastyare SocialDastyare Social — Docs

Quick start

Run DS-CS in minutes with one Docker command.

The fastest way to run DS-CS. You need Docker, curl and openssl installed.

1. Run the installer

curl -fsSL https://raw.githubusercontent.com/dastyare-social/DS-CS/main/scripts/install.sh | bash

Type your admin Email and Password when asked. The script downloads docker-compose.yml plus the brand files (config/app.config.yml, config/about.config.yml, public/profile-image.png, Dockerfile.vercel), creates .env with auto-generated secrets, and starts everything from the prebuilt dastyaresocial/ds-cs image.

To install into a specific directory:

curl -fsSL https://raw.githubusercontent.com/dastyare-social/DS-CS/main/scripts/install.sh -o install.sh
bash install.sh /opt/ds-cs

2. Open it

Open http://localhost:8729 and sign in with the admin credentials you typed.

3. Publish your first post

Go to /os, write a text post and publish. Then try an image post — the file uploads straight to the bundled S3 storage.

Next steps

Loading repository…

On this page