Difference between revisions of "Cedric David should make software executable by others"

From Geoscience Paper of the Future
Jump to: navigation, search
Line 3: Line 3:
 
<!-- Add any wiki Text above this Line -->
 
<!-- Add any wiki Text above this Line -->
  
The RAPID model is available at https://github.com/c-h-david/rapid.  
+
The RAPID model is available at https://github.com/c-h-david/rapid.
 +
Tutorials on how to install and run RAPID are available on the [http://rapid-hub.org/ RAPID website].
 +
My hope here is to include all the instructions on how to run the RAPID simulations in the first RAPID article in a series of shell scripts.  This will not only allow others to install RAPID and run the corresponding experiments.  This would also permit the use of Continuous Integrations services.  Tasks that are needed here:  <br/>
 +
- Add and test a .travis.yml file to allow for installing RAPID on a hosted Continuous Integration engine: Travis CI.  Populate the file based on existing tutorials available on the RAPID website.  <b> Completed <b/>.  <br/>
 +
- Create a series of shell scripts that allow reproducing all experiments in the article.    <b> Pending <b/>.  <br/>
 +
- Make these scripts available online.  <b> Pending <b/>.  <br/>
 +
- Include the scripts in the .travis.yml file.  <b> Pending <b/>.  <br/>
  
Need to add a .travis.yml file to allow for running on a hosted Continuous Integration engine: Travis CI.  Populate the file based on existing tutorials available on the RAPID website.
 
  
 
<!-- Do NOT Edit below this Line -->
 
<!-- Do NOT Edit below this Line -->

Revision as of 15:11, 27 March 2015


Details on how to do this task: Make software executable by others

The RAPID model is available at https://github.com/c-h-david/rapid. Tutorials on how to install and run RAPID are available on the RAPID website. My hope here is to include all the instructions on how to run the RAPID simulations in the first RAPID article in a series of shell scripts. This will not only allow others to install RAPID and run the corresponding experiments. This would also permit the use of Continuous Integrations services. Tasks that are needed here:
- Add and test a .travis.yml file to allow for installing RAPID on a hosted Continuous Integration engine: Travis CI. Populate the file based on existing tutorials available on the RAPID website. Completed <b/>.
- Create a series of shell scripts that allow reproducing all experiments in the article. <b> Pending <b/>.
- Make these scripts available online. <b> Pending <b/>.
- Include the scripts in the .travis.yml file. <b> Pending <b/>.