Educational: Difference between revisions

From The Yambo Project
Jump to navigation Jump to search
Line 8: Line 8:


== Add a new tutorial ==
== Add a new tutorial ==
  %cd tutorials
  % cd tutorials
  %mkdir TEST
  % mkdir TEST


At this point fill the TEST folder with the SAVE, inputs, outputs... Add to the repo the text files and commit.
At this point fill the TEST folder with the SAVE, inputs, outputs... Add to the repo the text files and commit.
Line 15: Line 15:
To upload the TEST just go up of tutorials and type
To upload the TEST just go up of tutorials and type


  %./educational.pl -t TEST -up
  % ./educational.pl -t TEST -up


and the game is done.
and the game is done.

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.