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
13 lines
338 B
3 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]
|