TomEke / WiiU-Title-Key

Title Key Database for WiiU
MIT License
162 stars 39 forks source link

Self Host your Source #25

Closed MayhemBill closed 6 years ago

MayhemBill commented 7 years ago

Some people in my community would like for me to host a tittle key database for our private use (I don't know why, but it's been highly requested). If you wouldn't mind could you show me how to host the website?

TomEke commented 7 years ago

Hello. This is a pretty basic Laravel application. Please read Laravel's documentation on the requirements to host.

MayhemBill commented 7 years ago

Does it require anything other than a basic Laravel setup? Any special depends it needs?

MayhemBill commented 7 years ago

Another question I have, do I need a server with a lot of space?

MayhemBill commented 7 years ago

So I've got this app hosted on laravel, and it doesn't seem to work for me, I may be in the wrong folder, or I'm more than likely doing something wrong, but I don't have a working app. I have no index page, and it's all just directory indexing for me.

MayhemBill commented 7 years ago

Okay, so I've got node to run the gulpfile. I've got laravel running on 8000, I've got the public folder being served through apache. and still it doesn't work. What am I possibly missing?

MayhemBill commented 7 years ago

Alright well since I'm getting no input from you, and I can't seem to make any progress on my own, I've decided this isn't worth the trouble.

TomEke commented 7 years ago

Sorry, I do not normally check. Server does not need to much space as it is storing only keys and tickets.

Are you sure Apache has been setup with PHP and the required plugins for Laravel. Any messages for the error logs or is it only a white screen. I believe I am not currently using the gulpfile for any CSS. If it is showing the directory index, do you have .htaccess enabled in Apache to use the .htaccess file in the public directory?

MayhemBill commented 7 years ago

As far as I'm aware it's installed properly. I can check and see if the htacess is being used that would be my only possibly broken point.

MayhemBill commented 7 years ago

It seems the htaccess file was the issue, now that the site works, my issue has become the mysql. Do you have a basic schema or sql file to set the database up? I keep getting errors and I keep fixing them, but I don't want to miss anything.

MayhemBill commented 7 years ago

Okay, so it uploads them, but I have no titlekey space. It uploads the other info, but not the key line.

TomEke commented 7 years ago

Please read Laravel's documentation on databases. The source files include the migrations to create the database.

MayhemBill commented 7 years ago

I'm still having the titleKey issue. I fixed the database issue with Artisan, but no keys are being added. even when I specify them.

MayhemBill commented 7 years ago

If I manually add them in via sql it adds them to the site however, if a ticket is uploaded it doesn't work.