Changes between Initial Version and Version 1 of runbooks/setup


Ignore:
Timestamp:
06/28/21 01:28:42 (4 years ago)
Author:
Jonathan Neufeld
Comment:

Setting up the repositories

Legend:

Unmodified
Added
Removed
Modified
  • runbooks/setup

    v1 v1  
     1= Studio Repository
     2The 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:
     3
     4{{{#!sh
     5git clone <your-user-name>@gauss:/opt/git/revenant-studio.git
     6}}}
     7
     8Replace ''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
     9
     10== Sandbox Testing Mode
     11For 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.
     12
     13= Code Repository
     14The 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++.
     15This can be cloned onto your local machine using the following command:
     16
     17{{{#!sh
     18git clone <your-user-name>@gauss:/opt/git/revenant.git
     19}}}
     20
     21Replace ''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