Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
odoo-vertical-carsharing-inventory
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Coopdevs
Odoo
odoo-inventories
odoo-vertical-carsharing-inventory
Commits
b70b86bd
Commit
b70b86bd
authored
1 year ago
by
carla
Browse files
Options
Downloads
Patches
Plain Diff
updated directory name
parent
5e7981b1
No related branches found
No related tags found
1 merge request
!60
README update
Pipeline
#57321
passed
1 year ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+3
-3
3 additions, 3 deletions
README.md
with
3 additions
and
3 deletions
README.md
+
3
−
3
View file @
b70b86bd
...
...
@@ -6,7 +6,7 @@ This repository stores hosts informations and related variables for this specifi
1.
Clone this repo and
[
odoo-provisioning
](
https://gitlab.com/coopdevs/odoo-provisioning
)
in the same directory
2.
If you want to test this set up locally, install
[
devenv
](
https://github.com/coopdevs/devenv/
)
and do:
```
sh
cd
odoo-carsharing-inventory
cd
odoo-
vertical-
carsharing-inventory
devenv
# this creates the lxc container and sets its hostname
```
3.
Go to
`odoo-provisioning`
directory and install its Ansible dependencies:
...
...
@@ -18,11 +18,11 @@ This repository stores hosts informations and related variables for this specifi
```
sh
# tell it to keep it local with limit=dev
# don't ask for vault pass as no secrets are required for local setups
ansible-playbook playbooks/provision.yml
-i
../odoo-carsharing-inventory/inventory/hosts
--limit
=
dev
ansible-playbook playbooks/provision.yml
-i
../odoo-
vertical-
carsharing-inventory/inventory/hosts
--limit
=
dev
```
*
production mode
```
sh
ansible-playbook playbooks/provision.yml
-i
../odoo-carsharing-inventory/inventory/hosts
--ask-vault-pass
--limit
=
prod
uction
ansible-playbook playbooks/provision.yml
-i
../odoo-
vertical-
carsharing-inventory/inventory/hosts
--ask-vault-pass
--limit
=
prod
```
5.
In development visit http://odoo-carsharing.local:8069
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