Update README repository URLs from great-lakes-ice-report to ice

- Updated clone commands to use correct repository name
- Fixed deployment directory paths to /opt/ice
- Updated systemctl service names to 'ice' from 'great-lakes-ice-report'
- Ensures documentation matches actual repository structure
This commit is contained in:
Deco Vander 2025-07-04 11:20:25 -04:00
parent 49be81e29b
commit 3b4db2b8d1

View file

@ -21,8 +21,8 @@ A community-driven web application for tracking winter road conditions and icy h
1. **Clone the repository:**
```bash
git clone git@github.com:deco/great-lakes-ice-report.git
cd great-lakes-ice-report
git clone git@github.com:deco/ice.git
cd ice
```
2. **Install dependencies:**
@ -70,8 +70,8 @@ PORT=3000
2. **Deploy your application:**
```bash
git clone git@github.com:deco/great-lakes-ice-report.git /opt/great-lakes-ice-report
cd /opt/great-lakes-ice-report
git clone git@github.com:deco/ice.git /opt/ice
cd /opt/ice
npm install
```
@ -83,8 +83,8 @@ PORT=3000
4. **Start services:**
```bash
sudo systemctl enable great-lakes-ice-report
sudo systemctl start great-lakes-ice-report
sudo systemctl enable ice
sudo systemctl start ice
sudo systemctl enable caddy
sudo systemctl start caddy
```