Skip to content

KEINOS/gitea_darwin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easy Gitea installer for Mac

What is Gitea?

Gitea is a simple and single application that allows you to self-host a git server.

Install and update

To install Gitea on your Mac, just run this command below under preferred directory to install. This command will update the binary if Gitea is already installed.

bash <(curl -s https://keinos.github.io/gitea_darwin/install.sh)

Tested environment

  • macOS HighSierra (OSX 10.13.6)

    • MacBook Pro (Retina, 13-inch, Early 2015)
    • 2.7 GHz Intel Core i5
  • For other confirmed environments see issue #1

What this script does?

It eases your usual process to install Gitea such as below:

  1. It downloads the archived Gitea binary file and the checksums for Mac(darwin, arm64) from the latest releases pages.
  2. Compares the checksum of the archive.
  3. Extracts the archive.
  4. Changes mode as executable.
  5. Checks and displays the binary version.
  6. Search un-used ports for buil-in ssh and web server of Gitea.
  7. Sets the SSH and HTTP ports found as default.
  8. Runs the Gitea and launches the default browser to setup.

License

MIT License. Same as Gitea, it is.

About

✅ macOS (arm64) に Gitea を SQLite3 + 日本語 + 未使用の空きポート設定済みの状態でインストールするスクリプトです。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published