Skip to content
This repository was archived by the owner on Nov 18, 2025. It is now read-only.

Commit 7dc34a9

Browse files
authored
Update missing start server command (#655)
Missed an instance of ```yarn start:server```
1 parent 9d646f9 commit 7dc34a9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/install/local.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ root@server:/etc/systemd/system# systemctl status actual-server
6969
Memory: 45.9M
7070
CPU: 1.995s
7171
CGroup: /system.slice/actual-server.service
72-
├─842857 node /usr/bin/yarn start
72+
├─842857 node /usr/bin/yarn start:server
7373
├─842870 /usr/bin/node /var/www/html/actual-server/.yarn/releases/yarn->
7474
└─842881 /usr/bin/node app
7575
```
@@ -92,7 +92,7 @@ When accessing Actual for the first time, you may be prompted to provide a URL f
9292
1. Stop the server if it’s running. You can use the keyboard shortcut <kbd>CTRL-C</kbd> (even on macOS) to stop the server or close the terminal window it’s running from.
9393
2. Run `git pull` from the directory you cloned the project into. This will download the latest server code.
9494
3. Run `yarn workspaces focus @actual-app/sync-server --production` from that directory. This will download the latest web client code, along with any updated dependencies for the server.
95-
4. Restart the server by running `yarn start`.
95+
4. Restart the server by running `yarn start:server`.
9696
9797
Actual is constantly evolving to include new features and improve the user's experience. It is always recommended that your local installation be updated with our [latest releases](https://actualbudget.org/docs/releases).
9898

0 commit comments

Comments
 (0)