Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Metabase
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Engineering Digital Service
Metabase
Commits
3e91515b
Commit
3e91515b
authored
8 years ago
by
Sameer Al-Sakran
Committed by
GitHub
8 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #3345 from metabase/fix_block_quotes
fix block quotes
parents
9804276e
92627b38
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/developers-guide-osx.md
+4
-4
4 additions, 4 deletions
docs/developers-guide-osx.md
with
4 additions
and
4 deletions
docs/developers-guide-osx.md
+
4
−
4
View file @
3e91515b
...
...
@@ -10,7 +10,7 @@ NOTE: These instructions are only for packaging a built Metabase uberjar into `M
3.
Update Perl. I'm not sure these steps are actually needed, so feel free to try skipping it and come back to it if it fails:
```
bash
```
bash
# Upgrade Perl
brew
install
perl
...
...
@@ -22,11 +22,11 @@ NOTE: These instructions are only for packaging a built Metabase uberjar into `M
# Double-check that we're using the newer version of CPAN
# (If this is your first time running CPAN, use the default config settings when prompted)
cpan
--version
# You should see a line like "running under Perl version 5.24.0."
```
```
4.
Next, you'll need to run the following commands before building the app:
```bash
```
bash
# Fetch and initialize git submodule
git submodule update
--init
...
...
@@ -46,7 +46,7 @@ NOTE: These instructions are only for packaging a built Metabase uberjar into `M
# Copy JRE and uberjar
./bin/osx-setup
```
```
`./bin/osx-setup`
will build run commands to build the uberjar for you if needed.
Run
`./bin/osx-setup`
again at any time in the future to copy the latest version of the uberjar into the project.
...
...
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