Open ninksink opened 7 years ago
@bacnguyen : On the server I am getting an error as to this, In essence, it is looking for vendor/autoload.php
... That file directory and file is NOT in the repo
Please attach your apache2
config for your local RateCount site as well as your php.ini
[Sat Apr 15 18:17:23.254460 2017] [:error] [pid 25443] [client 74.4.91.157:42120] PHP Fatal error: require(): Failed opening required '/var/www/dev.ratecount.com/RateCount/bootstrap/../vendo
r/autoload.php' (include_path='.:/usr/share/php') in /var/www/dev.ratecount.com/RateCount/bootstrap/autoload.php on line 18
@bacnguyen Never Mind. vendor
is in the .gitignore
file. However, that is likely a configuration that we can handle in a separate repo. That repo will contain prod, qa, act so we can track configs. So, zip up these files and dirs so I can take a look and decide the next course of action.
/node_modules
/public/storage
/public/hot
/storage/*.key
/vendor
/.idea
Homestead.json
Homestead.yaml
.env
Thanks in advance.
@ninksink
/node_modules - this dir is big. i will try to upload into git. /public/storage - can't find it on my localhost but I've added the folder in zip /public/hot - can't find it on my localhost but I've added the folder in zip /storage/*.key - can't find it on my locahost but I've added the folder in zip /vendor - in zip /.idea - in zip Homestead.json - can't find it on my localhost Homestead.yaml - can't find it on my localhost .env - in zip
I'm going to try and find the missing files. These were all created by laravel. I need to probably create new sample project to see if those files get created by laravel or not.
Hmmmm I need to review the Laravel and it's install.... we may not need all this stuff. I will have a better idea tomorrow.
Okay dude I have it working on dev https://dev.ratecount.com. @bacnguyen. I will have to devise a method for dealing with your Source Code versus laravells needs
Just tested out Nexus phone and iPhone 6plus S. Look pretty nice. A lot of HTML and CSS work need to be done.
Handling issues with deployment to server.