developer_s_reference:developing_and_deploying_code_updates
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| developer_s_reference:developing_and_deploying_code_updates [2025/05/19 18:25] – adminsteve | developer_s_reference:developing_and_deploying_code_updates [2025/05/19 18:26] (current) – adminsteve | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| **1. Update code in dev** | **1. Update code in dev** | ||
| - | Dev instance of code located here: / | + | * Dev instance of code located here: / |
| **2. Compile dev instance** | **2. Compile dev instance** | ||
| - | cd / | + | * cd / |
| **3. Run dev instance** | **3. Run dev instance** | ||
| - | / | + | * / |
| **4. Test dev instance (in-game on port 4001)** | **4. Test dev instance (in-game on port 4001)** | ||
| Line 22: | Line 22: | ||
| **5. Copy code from dev to prod** | **5. Copy code from dev to prod** | ||
| - | rsync -av / | + | * rsync -av / |
| **6. Compile prod instance** | **6. Compile prod instance** | ||
| - | cd / | + | * cd / |
| **7. Shutdown prod instance (in-game on 4000)** | **7. Shutdown prod instance (in-game on 4000)** | ||
| Line 36: | Line 36: | ||
| **8. Run prod instance** | **8. Run prod instance** | ||
| - | / | + | * / |
developer_s_reference/developing_and_deploying_code_updates.1747679154.txt.gz · Last modified: 2025/05/19 18:25 by adminsteve
