mirror of
https://github.com/pockethost/pockethost.git
synced 2026-03-06 00:58:49 +00:00
docs: book
This commit is contained in:
23
gitbook/development/full-stack/index.md
Normal file
23
gitbook/development/full-stack/index.md
Normal file
@@ -0,0 +1,23 @@
|
||||
## All our base
|
||||
|
||||
The entire pockethost.io stack can be run locally.
|
||||
|
||||
**Prerequisites**
|
||||
|
||||
- Local SSL wildcard domain - [local domain setup instructions](local-domain-setup.md)
|
||||
|
||||
**Running in dev mode**
|
||||
|
||||
Note for OS X users: if `pocketbase` does not run, it's probably your [security settings](https://support.apple.com/guide/mac-help/open-a-mac-app-from-an-unidentified-developer-mh40616/mac).
|
||||
|
||||
```bash
|
||||
git clone git@github.com:benallfree/pockethost.git
|
||||
cd pockethost
|
||||
yarn
|
||||
cp .env-template .env # modify as needed, if you used `pockethost.test` for your local domain, everything should work
|
||||
scripts/dev.sh
|
||||
open https://pockethost.test
|
||||
open https://pockethost-central.pockethost.test
|
||||
# login: admin@pockethost.test (change in .env)
|
||||
# password: admin@pockethost.test (change in .env)
|
||||
```
|
||||
Reference in New Issue
Block a user