--- 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]