ユーザ用ツール

サイト用ツール


development:vcs:git:gitea

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン前のリビジョン
development:vcs:git:gitea [2024/11/14 10:45] – 削除 - 外部編集 (不明な日付) 127.0.0.1development:vcs:git:gitea [2024/11/14 10:45] (現在) – ↷ development:vcs:gitea から development:vcs:git:gitea へページを移動しました。 admin
行 1: 行 1:
 +====== gitea ======
  
 +===== install =====
 +
 +  # pkg install git sqlite3 gitea
 +
 +===== 起動 =====
 +
 +  # sysrc gitea_enable=yes
 +  # service gitea start
 +
 +===== アクセス =====
 +  http://localhost:3000/
 +
 +**最初の登録ユーザが管理者となります**
 +===== 参考 =====
 +  * [[https://docs.gitea.io/en-us/|gitea Docs]]
 +  * Forgejo