To help with the updating of documentation files for the website hosted at https://docs.apsim.info.
- compress the two folders
- scp each folder over to the server the command should look something like:
scp webmaster@dev.apsim.info:/data apsim-docs-html.tar
- uncompress the folders on the production server
- replace the folders and their contents on the server with the new ones
- login to the server
- navigate to the apsim-web directory:
cd ~/sources/apsim-web
- redeploy the apsim-docs service:
docker compose restart --profile apsim-docs
- check your changes
- done