mirror of
https://github.com/analogic/lemanager.git
synced 2026-04-25 03:55:52 +03:00
[GH-ISSUE #2] More info needed how this should work #1
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/lemanager#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @conradhagemans on GitHub (Jan 26, 2016).
Original GitHub issue: https://github.com/analogic/lemanager/issues/2
I tried to setup LE-manager up without docker. I had to install composer. LE-manager is haevily depending on it.
What I did:
Then the basic is installed. Now you can open the webpage with https://domain/lemanager/index.php
I get it more or less working. All calls to other pages are done without .php extension. I added them.
Next by default LE-manager is looking in de /data directory for certificates.
I have them installed add /etc/letsencrypt/live/DOMAIN-NAME. Where to changes this?
I have running about 15 domains/websites on the server.
How to get it running with existing certificates?
@conradhagemans commented on GitHub (Jan 26, 2016):
Small typo:
Now you can open the webpage with https://domain/lemanager/web/index.php
Forgot the /web sub-folder
@ToeiRei commented on GitHub (Oct 11, 2016):
You might be missing a "php composer.phar install" in your first comment.
@conradhagemans commented on GitHub (Oct 11, 2016):
Thanks. I will try it out.
@ToeiRei commented on GitHub (Oct 11, 2016):
you noticed the nginx and other config fragments?