Updated Mac (markdown)

Lauri Ojansivu 2018-11-14 14:20:55 +02:00
parent 4d80af9a5b
commit 3016d13470

4
Mac.md

@ -6,8 +6,8 @@
## Source
1. Install XCode
2. Install [Node 8.11.3 or newer](https://nodejs.org/en/)
3. Use [rebuild-wekan.sh script](https://github.com/wekan/wekan-maintainer/blob/master/virtualbox/rebuild-wekan.sh) to first install Wekan dependencies and then build Wekan.
2. Install [Node 8.12.0](https://nodejs.org/en/)
3. Use [rebuild-wekan.sh script](https://github.com/wekan/wekan/blob/edge/releases/virtualbox/rebuild-wekan.sh) to first install Wekan dependencies and then build Wekan.
4. Change to Wekan directory: `cd wekan`
5. Run meteor: `meteor` - this runs node in http://localhost:3000 and mongo at http://localhost:3001 .
6. Alternatively, to use custom ports, use for example `meteor --port 4000` that runs node in port 4000 and mongo in next port 4001.