Educational: Difference between revisions

From The Yambo Project
Jump to navigation Jump to search
(Created page with "== Clone == %git clone git@github.com:yambo-code/educational.git %cd educationl/tutorials %git clone git@github.com:yambo-code/tutorials.git ./ == Download all SAVEs == %...")
 
Line 1: Line 1:
== Clone ==
== Clone ==
  %git clone git@github.com:yambo-code/educational.git
  % git clone git@github.com:yambo-code/educational.git
  %cd educationl/tutorials
  % cd educationl/tutorials
  %git clone git@github.com:yambo-code/tutorials.git ./
  % git clone git@github.com:yambo-code/tutorials.git ./


== Download all SAVEs ==
== Download all SAVEs ==

Revision as of 11:24, 22 January 2020

Clone

% git clone git@github.com:yambo-code/educational.git
% cd educationl/tutorials
% git clone git@github.com:yambo-code/tutorials.git ./

Download all SAVEs

%./educational.pl -download -tutorial all

Add a new tutorial

%cd tutorials
%mkdir TEST

At this point fill the TEST folder with the SAVE, inputs, outputs... Add to the repo the text files and commit.

To upload the TEST just go up of tutorials and type

%./educational.pl -t TEST -up

and the game is done.