Skip to content
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

Closed
kto-nado opened this issue Apr 4, 2015 · 6 comments
Closed

Symbolic links don't work when repo is cloned on Windows #2574

kto-nado opened this issue Apr 4, 2015 · 6 comments

Comments

@kto-nado
Copy link

kto-nado commented Apr 4, 2015

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.

2015-04-04 15-56-12

@bhousel
Copy link
Member

bhousel commented Apr 6, 2015

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:
python -m SimpleHTTPServer
Then visit localhost:8000 with a supported browser (webkit or firefox) and you should see something.

@Abbe98
Copy link
Contributor

Abbe98 commented Apr 6, 2015

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 python -m http.server 8000 --bind 127.0.0.1.

@bhousel
Copy link
Member

bhousel commented Apr 6, 2015

Note: on Windows you won't see images because Windows does not support symbolic links,

Interesting.. I guess someone motivated enough could fix the symlinks on Windows using a technique like described here.

@kto-nado
Copy link
Author

kto-nado commented Apr 8, 2015

So, if you transfer the program on Linux it should work?

@Abbe98
Copy link
Contributor

Abbe98 commented Apr 8, 2015

In the case of symlinks it does fix it, but in this case it's something else. Does the console give you any errors?

@kto-nado
Copy link
Author

kto-nado commented Apr 9, 2015

Thanks for the help, the program works on Linux.

@bhousel bhousel changed the title iD not working Symbolic links don't work when repo is cloned on Windows Apr 12, 2015
@bhousel bhousel closed this as completed in 57b8369 Apr 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants