Skip to content

Commit

Permalink
Add version clarification and submodule step to macOS instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jancborchardt authored Sep 5, 2018
1 parent a121fe8 commit d5b54b1
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 d5b54b1

Please sign in to comment.