HRMS module for Odoo
-
Copy
scripts/sample-dbSetup.psql
todbSetup.psql
and update the variables. -
Run
scripts/dbSetup.psql
file in Postgres prompt to create a user and database for the project.
-
Copy
scripts\windows\sample-setup.bat
toscripts\windows\setup.bat
and update the project paths. -
Copy
scripts\windows\sample-run.bat
toscripts\windows\run.bat
and update the project paths. -
Run:
.\scripts\windows\setup.bat
-
Copy
scripts/linux/sample-setup.sh
toscripts/linux/setup.sh
and update the project paths. -
Copy
scripts/linux/sample-run.sh
toscripts/linux/run.sh
and update the project paths. -
Run:
./scripts/linux/setup.sh
.\scripts\windows\run.bat
./scripts/linux/run.sh