Structure - GitFabian/Tethys GitHub Wiki

The structure of your project using Tethys framework:

The recommended way to install Tethys is as a submodule in your project's folder.

First of all you need a folder where you develop your project (containing 1-n "modules" and 0-n "skins"). Let's call this folder "myProject". You probably want to version-control it, so make it a repository.

In this repository you create a submodule for the Tethys framework:

C:\...\myProject
C:\...\myProject\Tethys (git-submodule)

If for any reason you need a different file structure you can freely distribute the repos on your harddrive, as long as the internal structure is intact:

C:\...\myProject\modules
C:\...\myProject\skins
C:\...\Tethys

↠ Read how to install Tethys