Skip to content
This repository has been archived by the owner on Nov 15, 2021. It is now read-only.

Windows Installation

CodeColorist edited this page Mar 14, 2018 · 1 revision

For sure passionfruit supports Windows. Although development on Windows is not recommended (and has some known issues by now), deployment is OK.

Steps

Install iTunes

First you need to install iTunes to get USB driver: https://www.apple.com/cn/itunes/download/

Connect with USB cable and click "Trust" on both Desktop and iDevice.

Install Node.js

Download Node.js from https://nodejs.org

Better choose LTS because some native npm packages may need to compiled, if you choose the newer.

Passionfruit does not rely on Python at all.

Install passionfruit package

After Node.js and npm is ready, run: npm install -g passionfruit

Now run passionfruit to launch web server and open http://localhost:31337 to use the GUI.

Clone this wiki locally