teamreflex / oauth2-discord

OAuth2 client for authenticating with the Discord API servers
MIT License
61 stars 26 forks source link

install without composer? #8

Open peeweejd opened 7 years ago

peeweejd commented 7 years ago

Hi sorry if this is not the correct way to contact or get help.

Is there any way to install this without using composer? I want to run this on a godaddy shared server.

Zyles commented 7 years ago

Use composer locally and install your project etc. Then zip and upload it to your server.

peeweejd commented 7 years ago

@Zyles Maybe you can help me some more with this?

I was able to install composer locally and install these files. I see a "vendor" directory that has some directories in it. It looks like the "league" and "team-reflex" directories are the ones I'm looking for. Any others?

Also, forgive me for the noobish questions, but where do I put them in the server? It's a godaddy shared server and I have access to the usr directory.

directory

Zyles commented 7 years ago

You upload your entire project with the vendor package in it.

What are you using this package for? A bot?

A bot needs shell access to run 24/7, do you get that at Godaddy?

Also: http://stackoverflow.com/questions/34468290/installing-composer-in-godaddy-shared-hosting

peeweejd commented 7 years ago

It is not being used for a bot. I just want a way to get a discord user's username. We are a Destiny clan and have a phone script that lets users schedule Raids and allows others to join the raids.

Are you saying upload the whole xampp folder to our server?