diff --git a/pages/common/gitea.md b/pages/common/gitea.md new file mode 100644 index 0000000000..b707273e79 --- /dev/null +++ b/pages/common/gitea.md @@ -0,0 +1,29 @@ +# gitea + +> Administer Gitea, a lightweight Git hosting server. +> Requires a configured `app.ini` file or environment variables. +> More information: . + +- Run the Gitea web server using the default configuration: + +`gitea web` + +- Create the necessary database schema and tables: + +`gitea migrate` + +- Run administrative subcommands for user management or authentication management: + +`gitea admin {{user list}}` + +- Display help for a specific subcommand: + +`gitea {{admin}} --help` + +- Display help: + +`gitea help` + +- Display version: + +`gitea --version`