!! Work-up phase !! We are currently building this project and are in a PRE-BETA phase !! !! Before the version 1.0 (release unknown) all versions are UNSTABLE and NOT COMPATIBLE !!

Installation

Existing project, Tethys as a submodule

1.) Versioning the project No existing repository? Run from project's root folder: git init git add . git commit -m "Initial commit" 2.) Create Tethys repository as a submodule Run from project's root folder: git submodule add https://github.com/GitFabian/Tethys.git tethys [ DEBUGGING ] 3.) Commit submodule entry Run from project's root folder: git commit -m "Add Tethys as a submodule"

Cloning an existing project with Tethys submodule

Source: https://git-scm.com/book/en/v2/Git-Tools-Submodules 1.) Cloning the project Run from project's root folder: git clone REPO_URL . 2.) Cloning the submodule Run from project's root folder: git submodule init git submodule update -OR:- 1.) In one step: Run from project's root folder: git clone --recurse-submodules REPO_URL .

Initialization

After checking out the Tethys repository run index.php from your browser. You will be guided through the installation process.