Collaborate using SCRUM effectively!
NOTE: Use github and others if you can
Soon ™
git clone https://github.com/lbirkert/scrumly
npm install
default.env
to .env
and configurenpx prisma db push
npm run build
You can now run scrumly
using the run.sh
file.
Optional: Create systemd service
/etc/systemd/system/scrumly.service
[Unit]
Description=Scrumly Selfhosted
[Service]
Type=simple
WorkingDirectory=/path/to/scrumly
ExecStart=/bin/bash /path/to/scrumly/run.sh
[Install]
WantedBy=multi-user.target
sudo systemctl enable scrumly.service
sudo systemctl start scrumly.service
sudo systemctl status scrumly.service
git clone https://github.com/lbirkert/scrumly
Instead of doing the following manually, you can run setup.sh
Install the dependencies: npm install
Copy default.env
to .env
Create run/avatars
directory
Setup the SQLite database: npx prisma db push
Start the development server: npm run dev
Change some things.
Run the formatter: npm run format
Check your code doesn't contain linting errors/warnings: npm run lint
Commit & PR
scrumly
is licensed under the MIT License
© 2024 Lucas Birkert - All Rights Reserved