# Domain

## Einrichten

```
ssh serien
cd html
git clone https://github.com/serienguide/serienguide.git
uberspace web domain add sandbox.serienguide.tv
ln -s /var/www/virtual/$USER/html/serienguide/public /var/www/virtual/$USER/sandbox.serienguide.tv
```

### Cronjob

```
crontab -e
```

```bash
* * * * * cd ~/html/hof-sundermeier && php artisan schedule:run >> /dev/null 2>&1
```

## Projekt installieren

```
cd serienguide
nano .env
sh deploy.sh
```

oder

```
cd serienguide
nano .env
composer install
npm install && npm run production
php artisan migrate --force
php artisan storage:link
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://notes.d15r.de/dev/web/webspace/uberspace-1/domain.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
