snipe / snipe-it

A free open source IT asset/license management system
https://snipeitapp.com
GNU Affero General Public License v3.0
10.36k stars 3.06k forks source link

Error in CLI Installation step #1717

Closed mpod555 closed 8 years ago

mpod555 commented 8 years ago

Dear Dude,

I try to install snipe IT in windows server 2008 64 bit not using xampp, but using seperate apache, mysql, php. I got error in the CLI installation step.

[ErrorException] file_put_contents(D:\apache\htdocs\itam\app/config/app): failed to open app:install

What should I do, is there any problem about the file path configuration?

Thank you.

snipe commented 8 years ago

What directory are you running the php artisan app:install command in? Can you show me the entire command with the output?

PS - Not a dude.

mpod555 commented 8 years ago

Here it is : I run in the itam directory, right click, use composer here.

  1. D:\apache\htdocs\itam> I change default folder name to "itam"
  2. And I've used virtual host configuration `<VirtualHost *:80> ServerName itam.pthsi.co.id DocumentRoot d:/apache/htdocs/itam/public `
  3. app.php : ' url ' => 'https://itam.pthsi.co.id', 'domain' => 'pthsi.co.id'
snipe commented 8 years ago

Do you get any errors when you run composer install?

mpod555 commented 8 years ago

Nope, I have some wrong when install because forget to follow instructions, but when I follow the documentation and some community problems solving it, this installation run smoothly, until this one.

snipe commented 8 years ago

Can you show me the entire command with the output, as I asked for before?

mpod555 commented 8 years ago

Nope, I have some wrong when install because forget to follow instructions, but when I follow the documentation and some community problems solving it, this installation run smoothly, until this one.

brianjking commented 8 years ago

[OFF-TOPIC]

All I can say is...wow. :facepunch:

douchebag