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

More explanations about the system, please #1

Open
ghost opened this issue Mar 1, 2020 · 1 comment
Open

More explanations about the system, please #1

ghost opened this issue Mar 1, 2020 · 1 comment

Comments

@ghost
Copy link

ghost commented Mar 1, 2020

I wish save a manhwa published on one of the platforms in Your list (I'll not say what nor the title of the manhwa in order not to compromise Your work, @chopshopnacho) but, since I've really no knowledge about programming language and/or PHP😓, I would like to ask for some more explanation and at least an example. I really don't understand your explantions in the section «Usage».

Clone the repo and use composer install to download its dependencies or use the Docker container:
$ git clone https://github.com/chopshopnacho/crawr.git
$ docker build -t crawr crawr
$ docker run --publish 8000:80 crawr

Please, help me: I'm in total confusion😵...
Is it prudent to discuss it here?
'Cause, if You prefer, we can speak by email(I've a ProtonMail account).

@ghost ghost changed the title Help request by a dummy ... Help request about PHP, please Mar 2, 2020
@ghost ghost changed the title Help request about PHP, please More explation about PHP Mar 2, 2020
@ghost ghost changed the title More explation about PHP More explanation about PHP Mar 2, 2020
@ghost ghost changed the title More explanation about PHP More explanations about the system, please Mar 2, 2020
@chopshopnacho
Copy link
Owner

chopshopnacho commented Mar 7, 2020

Hi Simon, thank you for your interest. I'll try to give you a point to start.

This project is thought to be hosted on a server and requires PHP. Docker is a way that abstracts all this as well as installing the dependencies on your system.

You can either install PHP (either through your package manager of choice if you're using Linux of MacOS) or by downloading it from its website. After that, you'd need to install Composer and maybe additional dependencies (like libzip for zip and libmagick for image support).

However, I would suggest to install Docker (which is easier and faster than installing PHP) and follow the three commands in the readme: Download the repository, open a terminal (or console when on Windows), in it change to the direcotry in which you just downloaded the repo, run docker build to build the project and docker run to run it. Then open a browser and go to localhost:8080.

I really hope this helps you. If you want more specific support, it would be best to use email. Good luck :)

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

1 participant