Giter Site home page Giter Site logo

Comments (5)

drpiou avatar drpiou commented on May 27, 2024

By circling back and forth I finally managed to make it work, but I don't know how 😐 I'll try to reproduce and post back what I did to make it work on my end.

from plasmic.

drpiou avatar drpiou commented on May 27, 2024

So besides the initial machine setup, here is the install process I'm following to make this project starting:

  1. Update .pre-commit-config.yaml.

    Comment lines 26 and 27:

      - repo: https://github.com/pre-commit/mirrors-prettier
        rev: v2.7.1
        hooks:
          - id: prettier
            name: Run prettier on code written by humans
            files: ^.*\.(js|jsx|cjs|mjs|ts|tsx|cts|mts|json|css|scss|md|toml|xml)$
            exclude: (^.*/(plasmic|deps|static|\.yalc)/.*$)|(^loader-tests/data/.*\.json$)|(examples/hydrogen-.*)|(api/.*\.md$)
    #        env:
    #          NODE_OPTIONS: "--max-old-space-size=4096"
  2. Update bootstrap.sh.

    Change line 11:

    for package in packages/loader-angular packages/react-web-runtime platform/host-test; do
      pushd $package
      yarn install
      popd
  3. Run installation scripts.

    $ bash ./first_time_setup.sh
    $ yarn bootstrap:platform
    $ yarn bootstrap
  4. Finally, make it run.

    $ yarn dev

NOTE:
I had run in my many attempts something like GRANT ALL ON SCHEMA public TO wab; to make the migrations work. Maybe it is still needed in the installation process, I didn't reseted my psql db to test that part.

from plasmic.

tedbow avatar tedbow commented on May 27, 2024

@drpiou great you got it to work!

So I wasn't clear if you were trying to get the docker method set up and also tried the local mac setup.

Did you finally get it running via Docker "(unmaintained)" method or "Mac OS X" section?

Would you be able to push your work up to branch on your fork?

Thanks

from plasmic.

drpiou avatar drpiou commented on May 27, 2024

Hey!

I didn't managed to get Docker working, so I went without it for the "classical local node" instead.

I created the pull request from my fork: #111

from plasmic.

IcaroG avatar IcaroG commented on May 27, 2024

The docker setup is still a WIP.

Thanks for the PR.

from plasmic.

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.