add docker compose#3
Open
mithereal wants to merge 3 commits into
Open
Conversation
Owner
|
How does it work, and why so many files removed? |
Author
|
didnt get added in my commit, you can run the docker-compose up command to run it on localhost:8002 |
a7527c7 to
a86f683
Compare
Owner
|
Can I still install phpBB without Docker with these changes applied? |
Author
|
Yes, you can do that. Just remove the _ from install dir
…On Mon, Jan 2, 2023, 2:14 AM Emmanuel Bourg ***@***.***> wrote:
Can I still install phpBB without Docker with these changes applied?
—
Reply to this email directly, view it on GitHub
<#3 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAC7R2RGSU4GWJE34JJVWEDWQKL6JANCNFSM6AAAAAATN6OK4Y>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Author
|
Docker will spin up an image with all required php etc, i used this bc i
converted my phpbb2 to the beam and needed a working demo local copy so i
can ab against
…On Mon, Jan 2, 2023, 1:23 PM Jason Clark ***@***.***> wrote:
Yes, you can do that. Just remove the _ from install dir
On Mon, Jan 2, 2023, 2:14 AM Emmanuel Bourg ***@***.***>
wrote:
> Can I still install phpBB without Docker with these changes applied?
>
> —
> Reply to this email directly, view it on GitHub
> <#3 (comment)>, or
> unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AAC7R2RGSU4GWJE34JJVWEDWQKL6JANCNFSM6AAAAAATN6OK4Y>
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***>
>
|
Sounds like a NO, if you need other changes to re-enable the most basic feature? 😆 |
Owner
|
You may also want to use a more recent version of PHP than 5.3.29, this fork of phpBB supports at least PHP 7. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
added docker compose