User manual for the AO. The same text is intended to be displayed in both the command line (ao-cli) and the web browser (ao-svelte or ao-3).
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
338 B

2 years ago
---
title: Updating an AO server
---
ao-cli will do a better job of this automatically soon.
to update the AO:
cd ao-react
git pull --rebase
npm i [if package.js or package-lock.js has changed]
npm run webpack [if anything on the client such as components have changed]
sudo systemctl restart ao [if anything on the server has changed]