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/31 17:38] 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 32: Line 32:
     * Add Transaction and Date into Context     * Add Transaction and Date into Context
     * Uniform Access of Account Balance     * Uniform Access of Account Balance
 +
 +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 ===== ===== 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 (1) Login to prism lab using ssh
Line 44: Line 48:
   New Eiffel void-safe project name: calendar   New Eiffel void-safe project name: calendar
  
-(3) Copy the new project from your account on Prism to your Laptop+(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 
  
-  scp -r eecs_account@red.eecs.yorku.ca:absolute_path_of_the_project_directory path_of_destination+to the current directory(represented by the dot)
  
-Example: 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 .
-scp -r eecs_account@red.eecs.yorku.ca:/eecs/fac/share/sel/mathmodels/library .+
  
  
resources.1546277922.txt.gz · Last modified: 2018/12/31 17:38 by jonathan