This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
инструмент_gitea [2023/09/11 04:22] val [Базовая] |
инструмент_gitea [2024/11/21 10:25] (current) val [Базовая] |
||
---|---|---|---|
Line 4: | Line 4: | ||
* [[https://docs.gitea.io/en-us/install-from-binary/]] | * [[https://docs.gitea.io/en-us/install-from-binary/]] | ||
+ | * Управление ПО через [[Управление ПО в Linux#Snap]] | ||
<code> | <code> | ||
+ | ubuntu# snap refresh | ||
+ | |||
ubuntu# snap install gitea | ubuntu# snap install gitea | ||
Line 20: | Line 23: | ||
<code> | <code> | ||
Database Type: SQLite3 | Database Type: SQLite3 | ||
+ | |||
+ | ROOT_URL: http://server.corpX.un:3000/ | ||
+ | |||
Administrator Account Settings: | Administrator Account Settings: | ||
Administrator Username: student | Administrator Username: student | ||
+ | Email: student@corpX.un | ||
+ | Password: ... | ||
... | ... | ||
</code> | </code> |