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
resources [2018/12/27 23:06] jonathanresources [2018/12/31 18:42] (current) jonathan
Line 7: Line 7:
 ====== Github and Installation of EiffelStudio on your Laptop ====== ====== Github and Installation of EiffelStudio on your Laptop ======
  
-EiffelStudio and Mathmodels are installed on our EECS workstations and servers and also on the SEL Virtual Machine.+EiffelStudio and Mathmodels are installed on our EECS workstations and servers and also on the SEL Virtual Machine. See [[https://www.eecs.yorku.ca/~eiffel/eiffel101/Eiffel101.pdf|Eiffel101]].
  
 If you wish to install EiffelStudio and Mathmodels natively on your Windows or Mac Laptop, use the following guide. If you wish to install EiffelStudio and Mathmodels natively on your Windows or Mac Laptop, use the following guide.
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.1545951985.txt.gz · Last modified: 2018/12/27 23:06 by jonathan