Skip to content
Discussion options

You must be logged in to vote

I've been asking myself the same question and have been whipped up a quick proof-of-concept on that two days ago.
If you run it on your computer instead of a server it can work with sail.
I have it running with Sail and Docker locally with multiple workspace. It's not ideal and clicking the preview crashes the application, but it's a start.

My current polyscope.json looks as follows:

{
  "scripts": {
    "setup": [
      "cp .env.example .env",
      "perl -i -pe 'BEGIN { $p = int(rand(1000)) + 8000 } s/^APP_PORT=.*/APP_PORT=$p/' .env",
      "perl -i -pe 'BEGIN { $p = int(rand(1000)) + 13000 } s/^FORWARD_DB_PORT=.*/FORWARD_DB_PORT=$p/' .env",
      "perl -i -pe 'BEGIN { $p = int(rand(100…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by CharlieEtienne
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants