mapbox / mapbox-studio-classic

https://www.mapbox.com/mapbox-studio/
BSD 3-Clause "New" or "Revised" License
1.14k stars 229 forks source link

Provide installation instructions for Linux #1324

Open lliss opened 9 years ago

lliss commented 9 years ago

Download the latest build zip file from https://www.mapbox.com/mapbox-studio/#linux. Unzip. Now what?

danstowell commented 9 years ago

I am having this problem too. Inside the zip file I see some DLLs, some folders with JS files. I can't work out how to run the darn thing.

Are there files missing from the download? I have no idea. The readme on the github is missing from the linux download so maybe there are more things missing.

Alessandro-Barbieri commented 9 years ago

I think

cd mapbox-studio ~~npm install npm start~~

danstowell commented 9 years ago

@Alessandro-Barbieri sorry but that's not right. npm install fails, complaining that there's no package.json.

I actually discovered I need to execute ./atom. Not obvious.

lliss commented 9 years ago

I actually was not able to run the atom file for some reason. I had ended up manually running the server by going into rousources/app and then running the main js file via node: node index.js which runs a server on localhost:300 and allowed me to use the application via my browser.