Updating Atmos Web
Update regularly to receive the latest features, fixes, and documentation. Your local environment file is preserved by the setup script.
Git installation
Run these commands from your Atmos Web project folder:
cd ~/weather-app git pull origin main ./setup.sh npm start
./setup.sh updates npm dependencies and never overwrites an existing .env. Stop the current server before starting the updated version.
ZIP installation
- Download the latest ZIP from GitHub.
- Extract it into a new project folder.
- Copy your existing
.envinto the new folder. - Run
chmod +x setup.sh, then./setup.sh. - Start the updated app with
npm start.
Keep the old folder until the new installation works, then remove it manually if you no longer need it.
After updating
Open http://localhost:3000 and refresh the browser. If an older frontend is still visible, wait for the service worker cache to update or clear the site cache.