https://github.com/noeldemartin/rem
https://github.com/noeldemartin/rem
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/noeldemartin/rem
- Owner: NoelDeMartin
- License: gpl-3.0
- Created: 2024-12-18T05:57:47.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-01-10T11:21:28.000Z (9 months ago)
- Last Synced: 2025-03-25T05:16:02.607Z (7 months ago)
- Language: PHP
- Size: 153 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rem
> [!WARNING]
> This is an experimental service I've implemented in order to serve [Solid](https://solidproject.org/) client documents with content negotiation. Learn more about the motivations in my [ActivityPods Compatibility Report](https://github.com/NoelDeMartin/ramen/blob/main/docs/activitypods.md).## Development
```sh
git clone git@github.com:NoelDeMartin/rem.git rem
cd rem
composer install
cp .env.example .env
touch database/database.sqlite
php artisan key:generate
php artisan migrate:fresh --seed
php artisan serve --host=localhost
```## Production
```sh
git clone https://github.com/NoelDeMartin/rem.git rem --branch headless
cd rem
./rem install
./rem permissions
./rem start
nginx-agora start
```