From 6082be0b18038225829674aed07752c391991ef6 Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Fri, 24 Apr 2020 05:09:11 +0100 Subject: First commit, just a place holder until page is made This is just a place holder that I made in a few minutes after setting up the `maneage.org' domain. We will fill it up soon. --- index.html | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100755 index.html (limited to 'index.html') diff --git a/index.html b/index.html new file mode 100755 index 0000000..c87622b --- /dev/null +++ b/index.html @@ -0,0 +1,68 @@ + + + + + + + + + Maneage -- Managing data lineage + + + + + + + + + + + + + + + + + +

!!!Page under construction!!!

+ +

Maneage: managing data lineage

+

Maneage is a framework for starting and growing projects, see these slides for an introduction. + Through Maneage, the complete data lineage of a project is recorded with its history and can easily be published or archived, enabling exact reproducibility. + Maneage is a recipient of the RDA Europe Adoption grant. +

+ +

To start a new project, simply run these commands, the main Git branch is currently hosted on Gitlab:

+ git clone https://gitlab.com/maneage/project.git # Clone Maneage, default branch `maneage'. +mv project my-project && cd my-project # Set custom name and enter directory. +git remote rename origin origin-maneage # Rename remote server to use `origin' later. +git checkout -b master # Make new `master' branch, start customizing. + +

You are now ready to configure and make the raw template with the commands below. + If they are successful, you can start customizing it.

+ + ./project configure # Build all necessary software from source. +./project make # Do the analysis (download data, run software on data, build PDF). + +

See the Customization Checklist in the cloned README-hacking.md file for the next steps to start customizing Maneage for your project.

+ + -- cgit v1.2.1