server:stagit
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| server:stagit [2025/08/24 07:31] – marlonivo | server:stagit [2025/08/24 07:36] (current) – [Cloning] marlonivo | ||
|---|---|---|---|
| Line 74: | Line 74: | ||
| </ | </ | ||
| - | Set the right permissions for the whole directory, '' | + | Set the right permissions for the complete |
| < | < | ||
| chown -R git: | chown -R git: | ||
| Line 96: | Line 96: | ||
| </ | </ | ||
| - | Now inside your freshly generated bare git folder, change the project description, | + | Now inside your freshly generated bare git folder |
| < | < | ||
| / | / | ||
| Line 105: | Line 105: | ||
| </ | </ | ||
| - | As well as in your '' | + | As well as in your '' |
| <code bash> | <code bash> | ||
| #!/bin/sh | #!/bin/sh | ||
| Line 136: | Line 136: | ||
| git commit -m " | git commit -m " | ||
| git push stagit master | git push stagit master | ||
| - | # git push aur master | + | # git push aur master |
| - | # git push github master | + | # git push github master |
| } | } | ||
| </ | </ | ||
| Line 156: | Line 156: | ||
| [Service] | [Service] | ||
| - | ExecStart=/ | + | ExecStart=/ |
| --base-path=/ | --base-path=/ | ||
| --export-all \ | --export-all \ | ||
| Line 176: | Line 176: | ||
| </ | </ | ||
| - | Then open port 9418 in your firewall: | + | Then open port 9418 in your firewall |
| < | < | ||
| sudo ufw allow 9418/tcp | sudo ufw allow 9418/tcp | ||