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 | bashType 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-cs2. 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
- Need full control? See Installation for manual Compose, from-source, all environment variables and VPS setup.
- Going to production on Vercel? See Deploy on Vercel.
- Stuck? Email hey@dastyare.social.
Loading repository…