From 5fbf792b579e09358e38336e4f39a396db15d569 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Wed, 10 Mar 2021 12:43:48 -0500 Subject: [PATCH] Start documenting recommended project locations wanted to use agaric as example, and wanted to rename to agaric-coop first, but an .. image? made for a case study..? is blocking that. --- tools/recommended-local-project-locations.md | 24 ++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 tools/recommended-local-project-locations.md diff --git a/tools/recommended-local-project-locations.md b/tools/recommended-local-project-locations.md new file mode 100644 index 0000000..f31f637 --- /dev/null +++ b/tools/recommended-local-project-locations.md @@ -0,0 +1,24 @@ +# Recommended local project locations + +We recommend that the locations for projects on the computer you use for development follow the same pattern as other developers so even commands we share can work without modification. + +## Initial setup + +```bash +mkdir ~/Projects +``` + +## Each project + +Get the directory structure directly from the paths in the GitLab.com URL. For example, + +## Non-GitLab projects + +For non-GitLab projects, we recommend + +```bash +mkdir ~/Projects/github +mkdir ~/Projects/drupal +``` + +etc.