Closed ikeji closed 5 years ago
@ikeji What HTTP server are you using?
The server needs to be configured properly.
I use python's SimpleHTTPServer module.
Here is detailed steps:
git clone https://github.com/jscad/OpenJSCAD.org
cd OpenJSCAD.org
git checkout V2
cd packages/web
python -m SimpleHTTPServer 8000
% python --version
Python 2.7.13
I see... you are trying to use the V2 branch. We are getting close but V2 isn’t ready now.
Oh, OK, thanks for clarification.
My CAD machine is offline. I want to setup local web server with OpenJSCad.org contents.
Expected Behavior
the packages/web folder should have index.html
Actual Behavior
There are no index.html file.
Steps to Reproduce the Problem
I'm following "Use within a Web Site (pre built files)" steaps. https://github.com/jscad/OpenJSCAD.org/tree/master/packages/web#use-within-a-web-site-pre-built-files
Specifications