Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Comptoir-srv
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Julie gauthier
Comptoir-srv
Commits
855e3993
Commit
855e3993
authored
7 years ago
by
Julie gauthier
Browse files
Options
Downloads
Patches
Plain Diff
Update INSTALL_DEV_Ubuntu_16.04.md upgrade Datasources section
parent
a62a4fd2
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Documentation/For_ops/INSTALL/INSTALL_DEV_Ubuntu_16.04.md
+21
-7
21 additions, 7 deletions
Documentation/For_ops/INSTALL/INSTALL_DEV_Ubuntu_16.04.md
with
21 additions
and
7 deletions
Documentation/For_ops/INSTALL/INSTALL_DEV_Ubuntu_16.04.md
+
21
−
7
View file @
855e3993
...
...
@@ -274,13 +274,27 @@ Replace `my-password` with suitable value.
Adjust Postgres credentials in `
config/app.php
`, search for 'Datasources'
and 'default'. Now adjust:
* host
* port
* username
* password
* database
* Datasource for debug-kit
```php
'default' => [
'className' => 'Cake\Database\Connection',
'driver' => 'Cake\Database\Driver\Postgres',
'persistent' => false,
'host' => 'localhost',
//'port' => 'non_standard_port_number',
'username' => 'comptoir',
'password' => 'comptoir',
'database' => 'comptoir',
'encoding' => 'utf8',
'timezone' => 'Europe/Paris',
'cacheMetadata' => true,
'log' => false,
```
You should comment the 'test' section of Datasources.
## APP.PHP Configure debug-kit database credentials
* Add datasource for debug-kit
```php
'debug_kit' => [
...
...
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