Quick Start
Get started with Stasis in 5 minutes
Quick Start
This guide will help you get started with Stasis quickly.
1. Access Stasis
Open your browser and navigate to your Stasis instance:
http://localhost2. Create an Account
The first user to register automatically becomes the admin.
3. Create a Repository
- Click the "+" button in the top right
- Enter a repository name
- Choose visibility (public/private)
- Click "Create Repository"
4. Clone and Push
# Clone the repository
git clone http://localhost/username/my-project.git
# Navigate to the repository
cd my-project
# Create a file
echo "# My Project" > README.md
# Add and commit
git add README.md
git commit -m "Initial commit"
# Push to Stasis
git push origin main5. Set Up Your Profile
- Go to Settings → General
- Add your display name, bio, and avatar
- Add social links (GitHub, Twitter, LinkedIn, etc.)
- Link your commit email addresses