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

command line docs for all platforms #1742

Closed
springmeyer opened this issue Oct 3, 2012 · 2 comments
Closed

command line docs for all platforms #1742

springmeyer opened this issue Oct 3, 2012 · 2 comments
Milestone

Comments

@springmeyer
Copy link
Member

We need to write up command line usage docs for TileMill.

Here is a start...

linux:

cd /usr/share/tilemill
./index.js --help

OSX:

cd /Applications/TileMill.app/Contents/Resources/
./node ./index.js --help

Windows and TIleMill 0.10.1:

cd "C:\Program Files (x86)\TileMill-v0.10.0\tilemill" 
.\node.exe .\index.js --help

Windows and TIleMill 0.10.0 and older:

cd "C:\Program Files (x86)\TileMill-v0.10.0\tilemill" 
set PATH=node_modules\mapnik\lib\mapnik\lib;node_modules\zipfile\lib;%PATH%
.\node.exe .\index.js --help
@springmeyer
Copy link
Member Author

@ian29
Copy link
Contributor

ian29 commented Aug 28, 2013

:D

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

2 participants