Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install #4

Closed
meeximum opened this issue Mar 21, 2016 · 2 comments
Closed

Install #4

meeximum opened this issue Mar 21, 2016 · 2 comments

Comments

@meeximum
Copy link

Hi Jeremy,

sorry but it seem's I'm to dump to get this running in my ubuntu system :-(
I cloned the repo and run compose install, it creates a vendor dir with all dependencies, but when I try to make a default implementation as you mentioned, I get a 500 error :-/
My root directory has a src dir with your code, a vendor dir with dependencies, I create a index.php with the code you mentioned on your site?

regards
Meex

@jeremytubbs
Copy link
Owner

Meex,

How familiar are you with working with composer packages?
https://getcomposer.org/doc/01-basic-usage.md#autoloading

You may just need to add this line:

require __DIR__ . '/vendor/autoload.php';

Also you shouldn't git clone this repository:

composer init
composer require jeremytubbs/deepzoom

@meeximum
Copy link
Author

Perfect, I missed the require statement!

best regards
Meex

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants