| Version | Date | Notes | By |
|---|---|---|---|
| 0.2 | 2017-12-22 | Updated section 1.2 | FPA |
| 0.1 | 2017-10-25 | Initial release | FPA |
The first step to start developing in SGI is to get the base (core) sgi project from WeMake GitLab. The following commands can be done with a Git graphical user interface, like SourceTree
git clone https://gitlab.wemake.pt/wemake/sgi/backend/core.git wemake-sgi-backend. Clone the repository from gitlabcd wemake-sgi-backendgit config user.name "Flávio Alves". Define repository user name (replace with your own name)git config user.email "flavio.alves@roboyo.pt". Define repository user email (replace with your own email)git fetch. Fetch branches and/or tags, along with the objects necessary to complete their historygit checkout develop. Checkout develop branchphp artisan module:generatecd modulesgit clone https://gitlab.wemake.pt/wemake/sgi/backend/documents.git Documents. This is an example to clone documents module repository. Please note that the folder name must be in StudlyCase.git fetch. Fetch branches and/or tags, along with the objects necessary to complete their historygit checkout develop. Checkout develop branch