elysiaroot / darak
Darak(다락/多樂) is a social network service building tool compatible with ActivityPub.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 2
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^8.1
- codeigniter4/framework: ^4.0
Requires (Dev)
- fakerphp/faker: ^1.9
- mikey179/vfsstream: ^1.6
- phpunit/phpunit: ^9.1
This package is auto-updated.
Last update: 2024-12-30 02:46:30 UTC
README
What is Darak?
Darak(다락/多樂) is a social network service building tool compatible with ActivityPub. More information can be found at the here.
This repository holds a composer-installable. It has been built from the development repository.
Installation & updates
composer create-project elysiaroot/darak
then composer update
whenever
there is a new release of the app.
When updating, check the release notes to see if there are any changes you might need to apply.
Setup
Copy env
to .env
and tailor for your app, specifically the baseURL
and any database settings.