Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dev.biuro
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Biuro
dev.biuro
Commits
6d7cd894
Commit
6d7cd894
authored
Oct 16, 2018
by
Simonas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Initial DB state change
parent
77c1fbff
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
3 deletions
+22
-3
README.md
README.md
+8
-3
biuro_001.sql
docker/mariadb/biuro_001.sql
+0
-0
wordpress.conf
nginx/wordpress.conf
+14
-0
No files found.
README.md
View file @
6d7cd894
...
@@ -14,7 +14,9 @@
...
@@ -14,7 +14,9 @@
-
restore DB as written in
*DB restore*
section
-
restore DB as written in
*DB restore*
section
-
check if dev.biuro.lt, dev.biuro.lv, dev.biuro.ee (it should be set in hosts to 127.0.0.1)
-
check if dev.biuro.lt, dev.biuro.lv, dev.biuro.ee (it should be set in hosts to 127.0.0.1)
## Workflow
## User
-
biuro (info@biuro.eu)
-
laikinas2587
### Wordpress
### Wordpress
-
Regions created using
[
Wordpress Network
](
https://codex.wordpress.org/Create_A_Network
)
-
Regions created using
[
Wordpress Network
](
https://codex.wordpress.org/Create_A_Network
)
...
@@ -34,8 +36,10 @@
...
@@ -34,8 +36,10 @@
## Known issues (Windows 10)
## Known issues (Windows 10)
### Error
### Error
### Solution
Cannot start service mysql: b"error while creating mount source path '/host_mnt/c/web/dev.biuro/var/mariadb': mkdir /host_mnt/c: file exists"
### Solution
Restart docker
## Other
## Other
-
docker-compose up -d
-
docker-compose up -d
...
@@ -56,4 +60,5 @@
...
@@ -56,4 +60,5 @@
-
https://docs.google.com/document/d/1FiwVoiLvGGmi9V-HPBgJ3gsh3wGswt27csgvfdTU24w/edit?usp=sharing
-
https://docs.google.com/document/d/1FiwVoiLvGGmi9V-HPBgJ3gsh3wGswt27csgvfdTU24w/edit?usp=sharing
-
https://docs.google.com/spreadsheets/d/1ggnqKuGxFFkLgI6NDZq4PXpRY_whdHX0kjZj7pCP_fk/edit?ts=5b5eaa62#gid=0
-
https://docs.google.com/spreadsheets/d/1ggnqKuGxFFkLgI6NDZq4PXpRY_whdHX0kjZj7pCP_fk/edit?ts=5b5eaa62#gid=0
-
https://docs.google.com/spreadsheets/d/1dXP0dh_v2sFajrcwR2_9HONMadCdZQW4Y2dVXvhxG3E/edit?ts=5b5eaa6b#gid=748245000
-
https://docs.google.com/spreadsheets/d/1dXP0dh_v2sFajrcwR2_9HONMadCdZQW4Y2dVXvhxG3E/edit?ts=5b5eaa6b#gid=748245000
\ No newline at end of file
docker/mariadb/biuro_001.sql
View file @
6d7cd894
B
-- MySQL dump 10.16 Distrib 10.3.10-MariaDB, for debian-linux-gnu (x86_64)
B
-- MySQL dump 10.16 Distrib 10.3.10-MariaDB, for debian-linux-gnu (x86_64)
nginx/wordpress.conf
View file @
6d7cd894
...
@@ -184,3 +184,17 @@ server {
...
@@ -184,3 +184,17 @@ server {
fastcgi_param
PATH_INFO
$
fastcgi_path_info
;
fastcgi_param
PATH_INFO
$
fastcgi_path_info
;
}
}
}
}
# RewriteEngine On
# RewriteBase /
# RewriteRule ^index\.php$ - [L]
#
# # add a trailing slash to /wp-admin
# RewriteRule ^wp-admin$ wp-admin/ [R=301,L]
#
# RewriteCond %{REQUEST_FILENAME} -f [OR]
# RewriteCond %{REQUEST_FILENAME} -d
# RewriteRule ^ - [L]
# RewriteRule ^(wp-(content|admin|includes).*) $1 [L]
# RewriteRule ^(.*\.php)$ $1 [L]
#
RewriteRule
.
index
.
php
[
L
]
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment