rocketeers / rocketeer

Send your projects up in the clouds
http://rocketeer.autopergamene.eu/
MIT License
2.66k stars 217 forks source link

.rocketter configuration directory notbeing created on ignite #536

Open clivewalkden opened 9 years ago

clivewalkden commented 9 years ago

I'm running Windows 7 64-bit and PHP 5.4.19 with Rocketeer 2.1.2, every time I run the ignite command it does not create the .rocketeer directory.

Using Git Bash

CliveWalkden@PC11 /z/clive/personal/carcrawler (master)
$ curl http://rocketeer.autopergamene.eu/versions/rocketeer.phar > rocketeer.phar
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current  Dload  Upload   Total   Spent    Left  Speed
100 2746k  100 2746k    0     0  5504k      0 --:--:-- --:--:-- --:--:-- 5504k

CliveWalkden@PC11 /z/clive/personal/carcrawler (master)
$ php rocketeer.phar --version
Rocketeer version 2.1.2

CliveWalkden@PC11 /z/clive/personal/carcrawler (master)
$ php rocketeer.phar ignite
No connections have been set, please create one: (production)development
No host is set for [development/0], please provide one:192.168.88.114
No username is set for [development/0], please provide one:root
No password or SSH key is set for [development/0], which would you use? (key) [k
ey/password]password
No password is set for [development/0], please provide one:
development/0 | Ignite (Creates Rocketeer's configuration)
What is your application's name ? (carcrawler)CarCrawler
The Rocketeer configuration was created at carcrawler/.rocketeer

CliveWalkden@PC11 /z/clive/personal/carcrawler (master)
$ ls -al
total 1382
drwxr-xr-x    1 CliveWal Administ        0 Jun  9 08:58 .
drwxr-xr-x    1 CliveWal Administ        0 Jun  9 08:58 ..
drwxr-xr-x    1 CliveWal Administ        0 Jun  9 09:32 .git
-rw-r--r--    1 CliveWal Administ       23 Jun  9 09:01 .gitignore
-rw-r--r--    1 CliveWal Administ       59 Jun  9 09:21 composer.json
-rw-r--r--    1 CliveWal Administ    14776 Jun  9 09:23 composer.lock
drwxr-xr-x    1 CliveWal Administ        0 Jun  9 09:05 public_html
-rwxr-xr-x    1 CliveWal Administ  2812703 Jun  9 09:40 rocketeer.phar
drwxr-xr-x    1 CliveWal Administ        0 Jun  9 09:23 vendor

Using cmd prompt

Z:\Clive\Personal\carcrawler>php --version
PHP 5.4.19 (cli) (built: Aug 21 2013 01:12:03)
Copyright (c) 1997-2013 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2013 Zend Technologies
    with Xdebug v2.2.3, Copyright (c) 2002-2013, by Derick Rethans

Z:\Clive\Personal\carcrawler>php rocketeer.phar ignite
No connections have been set, please create one: (production)development
No host is set for [development/0], please provide one:192.168.88.114
No username is set for [development/0], please provide one:root
No password or SSH key is set for [development/0], which would you use? (key) [key/password]password
No password is set for [development/0], please provide one:
development/0 | Ignite (Creates Rocketeer's configuration)
What is your application's name ? (carcrawler)CarCrawler
The Rocketeer configuration was created at carcrawler/.rocketeer

Z:\Clive\Personal\carcrawler>ls -al
total 1382
drwxr-xr-x    1 CliveWal Administ        0 Jun  9 08:58 .
drwxr-xr-x    1 CliveWal Administ        0 Jun  9 08:58 ..
drwxr-xr-x    1 CliveWal Administ        0 Jun  9 09:43 .git
-rw-r--r--    1 CliveWal Administ       23 Jun  9 09:01 .gitignore
-rw-r--r--    1 CliveWal Administ       59 Jun  9 09:21 composer.json
-rw-r--r--    1 CliveWal Administ    14776 Jun  9 09:23 composer.lock
drwxr-xr-x    1 CliveWal Administ        0 Jun  9 09:05 public_html
-rwxr-xr-x    1 CliveWal Administ  2812703 Jun  9 09:40 rocketeer.phar
drwxr-xr-x    1 CliveWal Administ        0 Jun  9 09:23 vendor

I did a search through your issues and spotted other people with the issue but they have all been marked as fixed. Any idea why this is happening? Thanks for your time.

DanielMcAssey commented 9 years ago

Having the exact same problem! running Windows 10 64-bit.

I have tried with cygwin, Powershell and Command Prompt

nakashu commented 8 years ago

Same here, win 10, cmd, powershell

UPDATE: It's not working with .phar as desribed above. It Works when using it from composer and running it with the .bat file

 Z:\Project\> vendor\bin\rocketeer.bat ignite