Git Product home page Git Product logo

Comments (15)

entrptaher avatar entrptaher commented on May 9, 2024 1

Yes development can be done in windows.
We'll put some windows setup instructions soon.

from wireflow.

jankapunkt avatar jankapunkt commented on May 9, 2024 1

Please also add build instructions for OSX.

from wireflow.

entrptaher avatar entrptaher commented on May 9, 2024 1

@jankapunkt can you confirm that if you use the packages below, then you can run wireflow on your local? If it runs, I'll add them on the readme.

brew install pkg-config cairo libpng jpeg giflib

from wireflow.

xet7 avatar xet7 commented on May 9, 2024 1

I added pull request that makes possible running wireflow even when AWS S3 credentials are not defined, and some other upgrades etc. #31

from wireflow.

shtefcs avatar shtefcs commented on May 9, 2024

I think it should be, since Meteor support Windows platform. What you think @entrptaher ?

from wireflow.

entrptaher avatar entrptaher commented on May 9, 2024

I think OSX and Linux will have same build instructions. We will see.

from wireflow.

jankapunkt avatar jankapunkt commented on May 9, 2024

I was just concerned because of this REAMDE part:
sudo apt-get install libcairo2-dev libjpeg-dev libgif-dev libjpeg8-dev libpango1.0-dev build-essential g++
which is only working for Debian based Linux Dsitributions.

from wireflow.

entrptaher avatar entrptaher commented on May 9, 2024

Probably this is what we need instead of that.
brew install pkg-config cairo libpng jpeg giflib

from wireflow.

entrptaher avatar entrptaher commented on May 9, 2024

@nikw92 can you try the latest readme file and see if you manage to install wireflow on windows?

from wireflow.

mikkelking avatar mikkelking commented on May 9, 2024

I used this brew install list, I only needed giflib (the others were already installed).
Slingshot caused some problems:

W20171129-20:24:51.960(11)? (STDERR)       throw error;
W20171129-20:24:51.960(11)? (STDERR)       ^
W20171129-20:24:52.005(11)? (STDERR) Error: Match error: Expected string, got undefined in field bucket
W20171129-20:24:52.005(11)? (STDERR)     at exports.check (packages/check.js:55:15)
W20171129-20:24:52.005(11)? (STDERR)     at new Slingshot.Directive (packages/edgee_slingshot.js:325:3)
W20171129-20:24:52.006(11)? (STDERR)     at Object.Slingshot.createDirective (packages/edgee_slingshot.js:295:5)
W20171129-20:24:52.006(11)? (STDERR)     at Slingshot.js (imports/startup/server/Slingshot.js:5:11)
W20171129-20:24:52.006(11)? (STDERR)     at fileEvaluate (packages/modules-runtime.js:343:9)
W20171129-20:24:52.006(11)? (STDERR)     at require (packages/modules-runtime.js:238:16)
W20171129-20:24:52.006(11)? (STDERR)     at index.js (imports/startup/server/index.js:1:229)
W20171129-20:24:52.006(11)? (STDERR)     at fileEvaluate (packages/modules-runtime.js:343:9)
W20171129-20:24:52.007(11)? (STDERR)     at require (packages/modules-runtime.js:238:16)
W20171129-20:24:52.007(11)? (STDERR)     at main.js (server/main.js:1:14)

I am thinking I need a meteor settings file to point to an S3 bucket? Now I see it, I'll have a go at that.
I commented the slingshot import, and the app runs ok, I can draw some things. So far so good

from wireflow.

mikkelking avatar mikkelking commented on May 9, 2024

By using the settings file the problem goes away. You should put a reference into the getting started guide about the need for a --settings settings.json parameter when running meteor

from wireflow.

entrptaher avatar entrptaher commented on May 9, 2024

@mikkelking I did say you need to write meteor yarn start

from wireflow.

mikkelking avatar mikkelking commented on May 9, 2024

@entrptaher Yes you did, and as I don't use yarn I ignored that. For the sake of completeness it would be worth mentioning that you can run it with the meteor command. Typically i set environment variables like this:

DEBUG=tm:* MONGO_URL=mongodb://server... meteor --port 3050 --settings dev.settings.json

It doesn't hurt to cover all options :)

from wireflow.

entrptaher avatar entrptaher commented on May 9, 2024

Alright, I will add that :)

from wireflow.

badis avatar badis commented on May 9, 2024

@entrptaher
I think it's also good to add npm commands also:

meteor npm install
meteor npm start
meteor npm test

For people not familiar with yarn although there is no difference between them.

from wireflow.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.