seed icon indicating copy to clipboard operation
seed copied to clipboard

A working copy of the REVIVAL branch.

Open aykaramba opened this issue 1 year ago • 0 comments

Hi Andrew.

I am looking to get a working copy of the REVIVAL branch up and running. I can actually get it up and running but http://localhost:8055/portal.demo1/index.html results in a blank page.

I have tried a number of permutations:

  1. Downloading the revival branch and running "sbcl --load install-seed.lisp" results in an error. File error.txt attached for reference.

error.txt

  1. I can load up seed just by doing git clone and doing:
  • (ql:quickload :seed)
  • (seed:contact-open)

This listens on the following url: http://localhost:8055/portal.demo1/index.html

... but I get a blank page.

  1. I tried various permutations of trying different commits on the revival branch but always with the same results.

  2. I also tried everything with node v20.15.1 and v18.20.4, same result.

  3. Some information about my node environment currently:

  • nvm -v : 0.39.7
  • npm -v : 0.39.7
  • node -v : 0.39.7
  • gulp -v : CLI version: 3.0.0 / Local version: 5.0.0

I installed gulp-cli just incase.

I know a new version is coming shortly, just documenting my attempts thus far. Hopefully this helps all the noobs that want to get started.

aykaramba avatar Jul 23 '24 04:07 aykaramba