= Team Website Development & Maintenance Team '''Mentor Lead''' * [mailto://blairlc@verizon.net Blair Chisholm] '''Student Members''' * == Locations Subversion: -svn+ssh://jupiter2.raidtech.net/home/svn/web Website: -ftp://96.0.37.37 == Update Entries Entry on 4/22/15: Updating the Website: 1. Check out the code from Subversion using Netbeans. 2. Delete, add (usually images), and/or locally edit files (usually HTML code) changed on website on Netbeans. 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.” Return to the previous step if it fails. 4. Commit the code to Subversion. 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. Entry on 2/28/15: Updating the Website: 1. Check the code out of Subversion using Netbeans. 2. Locally edit the HTML code. 3. Test it by running the project using the Netbeans Chrome Extension. To inspect a part of a page, right-click it and click “Inspect Element.” 4. Commit it to Subversion. 5. Publish update the website using Filezilla. 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.