rocketeers / rocketeer

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

"ignite" doesn't create .rocketeer folder, using .phar version #691

Open anish000kumar opened 8 years ago

anish000kumar commented 8 years ago

rocketeer ignite command shows that configurations files have been created but it never gets created. I am using windows 8.1, 64 bit. Since composer version of rocketeer doesn't seem to be compatible with laravel 5.2, I had to opt for phar binary. I have made an alias "rock" for global rocketeer.phar file. Here's the output I saw on my screen.

`user@DELL E:\laravel\channel

rock ignite No connections have been set, please create one: (production) No host is set for [production/0], please provide one: XXXXXXXXXXXXXXX No username is set for [production/0], please provide one: XXXXXXXXX No password or SSH key is set for [production/0], which would you use? (key) [key/password] Please enter the full path to your key (XXXXXXXXXXXXX) If a keyphrase is required, provide it production/0 | Ignite (Creates Rocketeer's configuration) What is your application's name ? (channel) The Rocketeer configuration was created at channel/.rocketeer

user@DELL E:\laravel\channel

ls -al total 850 drwxr-xr-x 1 user Administ 8192 Aug 9 18:21 . dr-xr-xr-x 1 user Administ 4096 Aug 8 16:36 .. -rw-r--r-- 1 user Administ 501 Aug 1 19:36 .env -rw-r--r-- 1 user Administ 365 Jan 19 2016 .env.example drwxr-xr-x 1 user Administ 4096 Aug 9 18:21 .git -rw-r--r-- 1 user Administ 61 Jan 19 2016 .gitattributes -rw-r--r-- 1 user Administ 57 Jan 19 2016 .gitignore drwxr-xr-x 1 user Administ 4096 Aug 1 00:08 app -rwxr-xr-x 1 user Administ 1646 Jan 19 2016 artisan drwxr-xr-x 1 user Administ 0 Jul 24 14:00 bootstrap -rw-r--r-- 1 user Administ 1838 Aug 8 20:29 composer.json -rw-r--r-- 1 user Administ 145798 Jul 31 13:18 composer.lock drwxr-xr-x 1 user Administ 4096 Jul 31 14:02 config drwxr-xr-x 1 user Administ 4096 Jul 24 14:00 database -rw-r--r-- 1 user Administ 2288 Jan 30 2016 gulpfile.js -rw-r--r-- 1 user Administ 1531036 Jan 25 2016 npm-debug.log -rw-r--r-- 1 user Administ 132 Jan 25 2016 package.json drwxr-xr-x 3 user Administ 0 Jul 31 11:46 packages -rw-r--r-- 1 user Administ 870 Jan 19 2016 phpunit.xml drwxr-xr-x 1 user Administ 4096 Aug 1 00:45 public -rw-r--r-- 1 user Administ 1928 Jan 19 2016 readme.md drwxr-xr-x 1 user Administ 0 Jul 24 14:01 resources -rw-r--r-- 1 user Administ 567 Jan 19 2016 server.php drwxr-xr-x 1 user Administ 0 Jul 24 14:01 storage drwxr-xr-x 1 user Administ 4096 Jul 24 14:01 stubs drwxr-xr-x 1 user Administ 0 Jul 24 14:01 tests drwxr-xr-x 1 user Administ 8192 Jul 31 13:19 vendor`

socketblind commented 8 years ago

Same problem here with phar, and composer dependencies are very out dated. I can't install in laravel on 5.0, 5.1, 5.2, 5.3 version becouse of Illuminate/log 4.2 dep. :( When will you release the 3.0 version?

renatop7 commented 8 years ago

Yeah, I'm having the same issue.

I can't install via composer and the .phar doesn't work either.

Any solutions?