It is expected that all labs and projects will run on our CS micro cloud. Please make sure the code you submit builds and executes correctly in this environment before submission.*
From Lab 2 on, by the deadline you are expected to have a live server running on the node/port assigned below. This server must be up and accepting HTTP requests when I sit down to grade your assignments! In addition to the primary web server you may use other nodes, but make sure to only use the port range assigned.
The micro cloud nodes are all on our new private server subnet (10.0.1.0/24). The gateway for this network is angry.cs.usfca.edu (10.0.1.1). The actual nodes are 10.0.1.2 through 10.0.1.13 (DNS names mc01.cs.usfca.edu through mc12.cs.usfca.edu).
From stargate or another lab machine (hrn235XX) ssh directly into mcXX.
Processor: http://ark.intel.com/products/65732/Intel-Xeon-Processor-E3-1230-v2-8M-Cache-3_30-GHz
RAM: 16 gigabytes
Storage: Each node has a 250 gigabyte SSD
Assignments
*python users may need to work with me and/or support@cs.usfca.edu in order to make sure all appropriate packages are installed.