You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert

**To be Noted :** The `master` branch contains the latest stable build of the project. For a reliable experience, always clone the repo from the master branch.
2020/11/14 22:57:47 INFO: Starting Gitconvex server modules
46
44
2020/11/14 22:57:47 INFO: Using available env config file
@@ -50,37 +48,38 @@ $ ./dist/gitconvex-server
50
48
51
49
-**Option - 2** If you are into **docker**, then there is also a docker image available for gitconvex
52
50
53
-
`docker pull itassistors/gitconvex`
51
+
```shell
52
+
docker pull itassistors/gitconvex
53
+
```
54
54
55
55
**Note:** Make sure you mount the host volume to the container to access the git repos from the host system. If you have git repos stored within your containers, then this is not required
56
56
57
57
-**Option - 3** Downloading the zip file from the tagged github [**release**](https://github.com/neel1996/gitconvex/releases)
58
58
59
-
```
59
+
```shell
60
60
## Extract the downloaded zip file and execute the commands
61
-
62
-
$ cd gitconvex
61
+
cd gitconvex
63
62
64
63
# for Mac & Linux
65
-
$ make build
64
+
make build
66
65
67
66
# for Windows
68
-
$ ./make.bat build
67
+
./make.bat build
69
68
70
69
```
71
70
72
71
# Platforms
73
72
74
73
|supported platforms|
75
-
|--|
74
+
|---|
76
75
|Linux :penguin:|
77
76
|Mac OS :apple:|
78
77
|Windows :black_square_button:|
79
78
80
79
## Requirements
81
80
82
81
| Software | Purpose |
83
-
| -- | -- |
82
+
| ---|--- |
84
83
| <b>[Git](https://git-scm.com/)</b> | <b>Required for handling some intense git operations with the target repo</b> |
85
84
| <b>[Go](https://golang.org/)</b> | <b>For building the backend from the source</b> |
86
85
| <b>[Node JS](https://nodejs.org/en/)</b> | <b>For building the react UI bundle from scratch</b> |
@@ -91,15 +90,15 @@ If you are a windows user, then make sure that `git` is accessible from the comm
91
90
92
91
- Open command prompt or powershell and enter `git --version` and press enter. If it displays the following output, then it is fine
93
92
94
-
```
93
+
```cmd
95
94
C:\> git --version
96
95
97
96
git version 2.28.0.windows.1
98
97
```
99
98
100
99
If this output is not displayed and if the command throws the following error, then it shows that `git` is not added to the 'path' environment variable and it will not be accessible directly from the command line,
101
100
102
-
```
101
+
```cmd
103
102
C:\> git --version
104
103
105
104
'git' is not recognized as an internal or external command,
@@ -140,9 +139,14 @@ For reporting issues or for requesting any feature use the following medium,
0 commit comments