Skip to content

Commit

Permalink
Merge pull request sleepypioneer#2 from sleepypioneer/macos-setup-fix
Browse files Browse the repository at this point in the history
Add version clarification and submodule step to macOS instructions
  • Loading branch information
sleepypioneer authored Sep 5, 2018
2 parents a121fe8 + d5b54b1 commit 0c628fd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setupGuides/NextcloudMacDevelopmentEnvironment.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Nextcloud development environment on macOS

1. **Install dependencies:** Get php71 and sqlite via [Homebrew](https://brew.sh/). (This step is not necessary on new versions of macOS since it already comes with PHP 7.)
(If you use macOS 10.12 Sierra or earlier, you also need to install dependencies: Get php71 and sqlite via [Homebrew](https://brew.sh/).)

2. **Get the Nextcloud code:** Either using [Github Desktop](https://desktop.github.com/) (or using the Terminal if you prefer that), clone the Nextcloud server repository https://github.com/nextcloud/server
1. **Get the Nextcloud code:** Either using [Github Desktop](https://desktop.github.com/) (or using the Terminal if you prefer that), clone the Nextcloud server repository https://github.com/nextcloud/server

2. **Get Nextcloud submodules:** Using the Terminal, run this command in the nextcloud folder you just cloned: `git submodule update --init`

3. **Start the server:** In the Terminal, run the command: `php -S localhost:8000`

Expand Down

0 comments on commit 0c628fd

Please sign in to comment.