wiki:runbooks/setup

Version 1 (modified by Jonathan Neufeld, 4 years ago) ( diff )

Setting up the repositories

Studio Repository

The repository that contains the Godot project files and resources is called Revenant Studio and can be cloned onto your local machine using the following command:

git clone <your-user-name>@gauss:/opt/git/revenant-studio.git

Replace your-user-name with your SSH user name registered on this server, which is the same user name you used to login to Trac here. If you have setup Git correctly on your machine for working with our repositories then it should download the repository onto your machine

Sandbox Testing Mode

For collaboration with the rest of the team in Godot and not working on any Revenant production work switch to the sandbox branch before committing any code.

Code Repository

The repository that contains the GD Native libraries used by Studio is called Revenant. This is a C++17 project and is meant for senior devs experienced in advanced C++. This can be cloned onto your local machine using the following command:

git clone <your-user-name>@gauss:/opt/git/revenant.git

Replace your-user-name with your SSH user name registered on this server, which is the same user name you used to login to Trac here. If you have setup Git correctly on your machine for working with our repositories then it should download the repository onto your machine

Note: See TracWiki for help on using the wiki.