zecure / shadowd_ui

The Shadow Daemon user interface
GNU General Public License v2.0
20 stars 9 forks source link

Composer could not find a composer.json file #21

Closed talhakabakus closed 7 years ago

talhakabakus commented 7 years ago

Getting the error composer could not find a composer.json file when I try to execute the command php composer.phar install. I have followed the instructions and executed the command curl -s https://getcomposer.org/installer | php first.

p.s. Using Ubuntu Server 16.04

zit-hb commented 7 years ago

Well, is there a composer.json file in the directory you are in when executing the command? This should be the content of that directory: https://github.com/zecure/shadowd_ui

talhakabakus commented 7 years ago

Just copied the composer.json file which is located in the root directory. Thanks for your help.