Valentin Lab
6771363c7b
|
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 for 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`
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
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/
Deployment
TBD
Windows
Requirements
-
bash
>= 4.3 -
docker
>= 17.06 -
docker-compose
Deployment
TBD