User Tools

Site Tools


resources

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
resources [2018/12/27 23:06] jonathanresources [2018/12/31 18:42] jonathan
Line 33: Line 33:
     * Uniform Access of Account Balance     * Uniform Access of Account Balance
  
-Once you finish Lab0, immediately proceed to [[:protected:labs:]]+Study and master [[https://www.eecs.yorku.ca/~eiffel/eiffel101/Eiffel101.pdf|Eiffel101]] <hi> in the first 3 weeks of the course</hi>.  
 + 
 +===== Working on your Laptop ===== 
 + 
 +If you are working on your Laptop, you will need to install the IDE and Mathmodels library (see above **Starter Guide**). You may use the SEL-VM or install natively.  
 + 
 +(1) Login to prism lab using ssh 
 + 
 +  ssh eecs_account@red.eecs.yorku.ca 
 + 
 +(2) Create a new Void Safe starter project 
 + 
 +  red > eiffel-new  
 +  New Eiffel void-safe project name: calendar 
 + 
 +(3) Copy the new project from your account on Prism to your Laptop. On your Laptop, do: 
 + 
 +  scp -r eecs_account@red.eecs.yorku.ca:~/calendar . 
 + 
 +where ''~'' denotes your Prism home directory.  
 + 
 +Example: To copy the library directory with the path 
 +  /eecs/fac/share/sel/mathmodels/library  
 + 
 +to the current directory(represented by the dot) 
 + 
 +  scp -r eecs_account@red.eecs.yorku.ca:/eecs/fac/share/sel/mathmodels/library . 
 + 
 + 
 +Once you finish Lab0, immediately proceed to [[:protected:labs:|lab1]]
  
 ====== SEL Virtual Machine ====== ====== SEL Virtual Machine ======
resources.txt · Last modified: 2018/12/31 18:42 by jonathan