Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Dolibarr
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
NoCloud
docker
Dolibarr
Commits
b41eea68
Verified
Commit
b41eea68
authored
3 months ago
by
David Beniamine
Browse files
Options
Downloads
Patches
Plain Diff
Restore initial permission fix
parent
dfc58630
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Readme.md
+11
-5
11 additions, 5 deletions
Readme.md
with
11 additions
and
5 deletions
Readme.md
+
11
−
5
View file @
b41eea68
...
...
@@ -13,10 +13,16 @@
6.
This will create 2 directories
`dolibarr_src`
: dolibarr code source and logs and
`dolibarr_db`
: mysql files
7.
Create a link to the dolibarr custom directory (where you should put your modules):
-
`ln -s dolibarr_src/htdocs/custom/ src`
8.
Configuration of dolibarr with web interface (see below for database configuration)
9.
Fix permissions
`./doli perms`
8.
Give the permissions for dolibarr to write the dolibarr_src directory, these rights will be fixed later by
`./doli perms`
```
./doli bash
chmod -R g+w dolibarr
chown -R :www-data dolibarr
```
9.
Configuration of dolibarr with web interface (see below for database configuration)
10.
Fix permissions
`./doli perms`
1
0
.
Go to
[
http://localhost:8080/
](
http://localhost:8080/
)
or your production instance and start configuration
1
1
.
Go to
[
http://localhost:8080/
](
http://localhost:8080/
)
or your production instance and start configuration

...
...
@@ -26,8 +32,8 @@ Setup following fields :
-
Identifiant
`dolibarr`
-
Mot de passe : Password from
`PASS`
variable in your .env
1
1
.
Go to Configuration > Email and configure the mail server
1
2
.
Go to Configuration > Societe / Organisation and configure the organisation
1
2
.
Go to Configuration > Email and configure the mail server
1
3
.
Go to Configuration > Societe / Organisation and configure the organisation
## Databases (For developpement)
...
...
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