Software
Quick Install
- Check out your Subversion repository at https://shell.cec.wustl.edu:8443/cse365_sp15/svn/YOUR_WUSTL_KEY/
- Execute the .bat (Windows) or .sh (Mac/Linux) scripts in the tools directory.
Full Version
Accessing your Subversion Repository
Mac/Linux
Open a terminal and type
svn checkout https://shell.cec.wustl.edu:8443/cse365_sp15/svn/YOUR_WUSTL_KEY/ cse365
It will prompt you for your WUSTL key password. This will download your repository into a folder called cse365.
Windows
Install TortiseSVN if needed (It is already installed on the lab machines). In the folder of your choice, right click and select "TortoiseSVN >> Checkout". That should bring up a dialog box. For URL of the repository, you should put https://shell.cec.wustl.edu:8443/cse365_sp15/svn/YOUR_WUSTL_KEY/. You can then change the name of the directory that will get created in the Checkout directory box. Leave everything else as it is, and click ok. It will prompt you for your WUSTL key and password. Fill that in and click ok.
Running the Software
Running the software should be as easy as double clicking the appopriate script, either the .bat (Windows) or .sh (Mac/Linux). The scripts are located in the tools directory of your repository.
|