Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
This repository was archived by the owner on Jul 11, 2022. It is now read-only.
/nitroPublic archive

Speedy local dev environment for@craftcms.

License

NotificationsYou must be signed in to change notification settings

craftcms/nitro

Repository files navigation

Craft Nitro icon

Craft Nitro

Nitro is a speedy local development environment that’s tuned forCraft CMS, powered byDocker.

WarningNitro has been retired. Read more in our blog post,Retiring Craft Nitro.


Building from Source

If you’d like to build Nitro directly from source to test a PR or unreleased feature, you’ll needgo andmake in order to build a CLI binary for your OS.

If you’re on macOS runningHomebrew and theApple developer tools that come with Xcode, it should be quick and straightforward:

  1. Runbrew install golang.
  2. Check out this repository andcd /path/to/your/checkout.
  3. Runmake local.

Nitro’s dependencies will be downloaded automatically, and the built binary will be moved to/usr/local/bin/nitro.

Make sure that’s exactly what you see when you runwhich nitro:

$ which nitro/usr/local/bin/nitro

If you installed Nitro with Homebrew, you might need to runbrew unlink nitro so that the system uses the freshly-built binary instead. (To go back to using the Homebrew Nitro binary, usebrew link --overwrite nitro.)


[8]ページ先頭

©2009-2025 Movatter.jp