Valentin Lab
3c9b8ad97c
|
5 years ago | |
---|---|---|
src | 5 years ago | |
README.org | 5 years ago |
README.org
Lokavaluto Dev Pack
\hypersetup{ linkcolor=blue, pdfborder={0 0 0 0} }
Resources (docs, tools) to help getting things done in the lokavaluto team
Common dev environment
We recommend you to try to stick to a somewhat common environment to avoid as much as possible any problem stemming from your installation.
The most important part is the usage of the same docker image of odoo and the same version of postgres. Here are suggestion of how to install it.
Installation
Linux
We are using compose
, and installation process will download
compose
binary, and our charm-store
.
Requirements
-
bash
>= 4.3 -
docker
>= 17.06 -
curl
## for installation -
git
Deployment
We have a magic script for you that will install or update your
current installation of compose
and of the charms
.
curl -sS https://git.myceliandre.fr/Lokavaluto/dev-pack/raw/branch/dev/src/install.sh | bash
If you are curious of what it is doing, check:
https://git.myceliandre.fr/Lokavaluto/dev-pack/src/branch/dev/src/install.sh#L203-L258
MacOSX
We are using compose
, and installation process will download
compose
binary, and our charm-store
.
Requirements
On MacOSX, you'll need to install homebrew and gnu tools:
https://www.topbug.net/blog/2013/04/14/install-and-use-gnu-command-line-tools-in-mac-os-x/
TODO Deployment
Windows
Requirements
-
bash
>= 4.3 -
docker
>= 17.06 -
docker-compose