oSoc13 / tdt-Installer

an installer for The DataTank built at open Summer of code 2013
http://thedatatank.com
0 stars 0 forks source link

Windows support #21

Open benjaminmestdagh opened 11 years ago

benjaminmestdagh commented 11 years ago

The installer will not work on Windows.

coreation commented 11 years ago

You mean this only works in an unix environment, ergo where commands are possible, I work on windows but have a Wampserver setup, curl, php etc. are available through the command line.

benjaminmestdagh commented 11 years ago

The requirement check uses the Unix 'which' command to check if Git and Composer are installed..

pietercolpaert commented 11 years ago

Then you should add "which" as a requirement for this installer!

pietercolpaert commented 11 years ago

@benjaminmestdagh

Can you please make your issues more verbose? We will need this code base the next months and this is not very helpful. Things that I would like to see in this issue:

ahluntang commented 11 years ago

"where" can be used on Windows.