jeffpar / pcjs.v1

PCjs Machines 1.0 (archived)
https://github.com/jeffpar/pcjs.org
GNU General Public License v3.0
475 stars 92 forks source link

Setup fails cloning disk images #77

Closed spock64 closed 5 years ago

spock64 commented 5 years ago

Hi, I'm trying to set up a clone of the site according to the instructions - but this fails as the disk images are under a separate repo!

Is this intentional or is there something else I need to do?

Thanks Jason

From the log ...

Cloning into '/home/j/pcjs/pcjs/disks-cds/cds001'...
Username for 'https://github.com':
jeffpar commented 5 years ago

I should probably remove those submodules from the project, since they’re optional. For now, clone the repo without them. The only submodule you probably want is pcjs-demo-disks (which likes to be cloned as disks-demo in the root of the pcjs project).

spock64 commented 5 years ago

Thanks - I'll give that a go!

jeffpar commented 5 years ago

FYI, I've updated the project's submodules so that only the public ones (pcjs-demo-disks and pcjs-game-disks) are referenced now.