-
Notifications
You must be signed in to change notification settings - Fork 415
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add guide for Pocketbase #1747
Add guide for Pocketbase #1747
Conversation
53e7abc
to
9577439
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you very much for your guide! Just a few small things
source/guide_pocketbase.rst
Outdated
|
||
.. code-block:: console | ||
|
||
[isabell@stardus ~]$ mkdir /home/isabell/pocketbase |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mkdir ~/pocketbase
does the trick, no need for "isabell" here.
source/guide_pocketbase.rst
Outdated
all ``pocketbase`` commands must be executed in the folder you just created! | ||
|
||
|
||
Now, create a configuration file ``/home/isabell/etc/services.d/pocketbase.ini``: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here, please use ~/etc/...
startsecs=60 | ||
|
||
.. include:: includes/supervisord.rst | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please add a note here with the port pocketbase uses like pocketbase is running on port xxxx.
, see other guides for examples
source/guide_pocketbase.rst
Outdated
To update the current executable you have two choices: | ||
|
||
* Repeat the steps in the *Installation* section above. | ||
* Run the built-in updater using ``pocketbase update`` inside ``/home/isabell/pocketbase`` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
replace /home/isabell/
with ~/
Thank you! Please get in touch via [email protected] for your goodie! |
Added a guide for Pocketbase (see #1745). I'm sorry, but I had to commit using
--no-verify
due to the error described in #1746.