Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mastodon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pierre Boudes
mastodon
Commits
55cf18b6
Unverified
Commit
55cf18b6
authored
1 year ago
by
forsamori
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Add MacOS M1/2 setup steps to README (#25682)
Co-authored-by:
Sam BC
<
samuel.balbirnie-cumming@xdesign.com
>
parent
4207c95d
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+12
-0
12 additions, 0 deletions
README.md
with
12 additions
and
0 deletions
README.md
+
12
−
0
View file @
55cf18b6
...
...
@@ -82,6 +82,18 @@ A **Vagrant** configuration is included for development purposes. To use it, com
-
Run
`vagrant ssh -c "cd /vagrant && foreman start"`
-
Open
`http://mastodon.local`
in your browser
To set up
**MacOS**
for native development, complete the following steps:
-
Install the latest stable Ruby version (use a ruby version manager for easy installation and management of ruby versions)
-
Run
`brew install postgresql@14`
-
Run
`brew install redis`
-
Run
`brew install imagemagick`
-
Install Foreman or a similar tool (such as
[
overmind
](
https://github.com/DarthSim/overmind
)
) to handle multiple process launching.
-
Navigate to Mastodon's root directory and run
`brew install nvm`
then
`nvm use`
to use the version from .nvmrc
-
Run
`corepack enable && yarn set version classic`
-
Run
`bundle exec rails db:setup`
(optionally prepend
`RAILS_ENV=development`
to target the dev environment)
-
Finally, run
`overmind start -f Procfile.dev`
### Getting Started with GitHub Codespaces
To get started, create a codespace for this repository by clicking this 👇
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment