A working copy of the REVIVAL branch.
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:
- Downloading the revival branch and running "sbcl --load install-seed.lisp" results in an error. File error.txt attached for reference.
- 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.
-
I tried various permutations of trying different commits on the revival branch but always with the same results.
-
I also tried everything with node v20.15.1 and v18.20.4, same result.
-
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.