-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Symbolic links don't work when repo is cloned on Windows #2574
Comments
There isn't really anything special that you need to do, as iD is a single page javascript app. If you clone the project somewhere that a web server will serve it, things should just work. As a simple test, use a console to go into the project root and start the web server this way: |
Note: on Windows you won't see images because Windows does not support symbolic links, also if you have Python 3 and not Python 2 the you start the web server by running |
Interesting.. I guess someone motivated enough could fix the symlinks on Windows using a technique like described here. |
So, if you transfer the program on Linux it should work? |
In the case of symlinks it does fix it, but in this case it's something else. Does the console give you any errors? |
Thanks for the help, the program works on Linux. |
Sorry for mistakes in the text
Created a website on localhost and uploaded the files to the root. Instead of a window with the program I see a blank screen.
The text was updated successfully, but these errors were encountered: