Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Wordpress
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libre.sh
compose
Wordpress
Commits
4318d41b
Commit
4318d41b
authored
9 years ago
by
Pierre Ozoux
Browse files
Options
Downloads
Patches
Plain Diff
Doc :)
parent
6881aabe
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.env
+5
-0
5 additions, 0 deletions
.env
README.md
+38
-0
38 additions, 0 deletions
README.md
docker-compose.yml
+1
-1
1 addition, 1 deletion
docker-compose.yml
with
44 additions
and
1 deletion
.env
0 → 100644
+
5
−
0
View file @
4318d41b
MYSQL_ROOT_PASSWORD=
MAIL_PASS=
MAIL_HOST=mail.indie.host
MAIL_PORT=587
MAIL_USER=
This diff is collapsed.
Click to expand it.
README.md
+
38
−
0
View file @
4318d41b
# wordpress
Wordpress application for IndieHosters network
# How to use this image
The easiest is to use our
`docker-compose.yml`
.
Make sure you have
[
docker-compose
](
http://docs.docker.com/compose/install/
)
installed. And then:
```
git clone https://github.com/indiehosters/wordpress.git
cd wordpress
# edit variables:
vi .env
docker-compose up
```
You can now access your instance on the port 80 of the IP of your machine.
## Accees it from Internet
We recommend the usage of SSL, so the easiest is to modify the
`nginx.conf`
file.
Once it is done, you can connect to the port of the host by adding this line to
`docker-compose.yml`
:
```
web:
...
- ports:
- "443:443"
- "80:80"
...
```
## Installation
Once started, you'll arrive at the configuration wizzard.
## Backup
In order to backup, just run the
`./BACKUP`
script. And copy all the data to a safe place.
This diff is collapsed.
Click to expand it.
docker-compose.yml
+
1
−
1
View file @
4318d41b
...
...
@@ -21,4 +21,4 @@ web:
volumes_from
:
-
app
ports
:
-
80
-
"
80
:80"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment