| 2 | Locations List: |
| 3 | Subversion: |
| 4 | -svn+ssh://jupiter2.raidtech.net/home/svn/web |
| 5 | Website: |
| 6 | -ftp://96.0.37.37 |
| 7 | |
| 8 | Entry on 4/22/15: Updating the Website: |
| 9 | 1. Check out the code from Subversion using Netbeans. |
| 10 | 2. Delete, add (usually images), and/or locally edit files (usually HTML code) changed on website on Netbeans. |
| 11 | 3. Test code by running the project using the Netbeans Chrome Extension. To inspect a part of a page, right-click it and click “Inspect Element.” |
| 12 | Return to the previous step if it fails. |
| 13 | 4. Commit the code to Subversion. |
| 14 | 5. Publish the update to the website using Filezilla by deleting, adding, and replacing files that have been added, edited, or deleted to the website. The webserver is at ftp://96.0.37.37, which uses port 21. Save HTML files within first.raidtech.net/wordpress, however all images should be saved within the appropriate subdirectory of first.raidtech.net/images. For example, any images on the blog itself should be put within first.raidtech.net/images/blog_images. |
| 15 | |