2020-07-05 22:38:14 -04:00
|
|
|
# ERPLibre documentation
|
|
|
|
|
Select a guide to install your environment!
|
2020-06-03 17:08:00 -04:00
|
|
|
|
2020-07-14 02:42:27 -04:00
|
|
|
## Easy way to run locally
|
|
|
|
|
Clone the project
|
|
|
|
|
```bash
|
2020-11-20 23:22:28 -05:00
|
|
|
git clone https://github.com/ERPLibre/ERPLibre.git
|
2020-07-14 02:42:27 -04:00
|
|
|
cd ERPLibre
|
|
|
|
|
```
|
|
|
|
|
Support Ubuntu 18.04 and OSX
|
|
|
|
|
```bash
|
|
|
|
|
./script/install_dev.sh
|
|
|
|
|
./script/install_locally_prod.sh
|
|
|
|
|
```
|
2020-09-30 20:49:35 -04:00
|
|
|
Update your configuration if you need to run somehere than 127.0.0.1, file `config.conf`
|
2020-07-14 02:42:27 -04:00
|
|
|
```
|
|
|
|
|
#xmlrpc_interface = 127.0.0.1
|
|
|
|
|
#netrpc_interface = 127.0.0.1
|
|
|
|
|
```
|
|
|
|
|
Run
|
|
|
|
|
```bash
|
|
|
|
|
./run.sh
|
|
|
|
|
```
|
|
|
|
|
|
2020-07-05 22:38:14 -04:00
|
|
|
## Discover guide
|
|
|
|
|
[Guide to run ERPLibre in discover to learn it](./doc/DISCOVER.md).
|
2020-06-03 17:08:00 -04:00
|
|
|
|
2020-07-05 22:38:14 -04:00
|
|
|
## Production guide
|
|
|
|
|
[Guide to run ERPLibre in production server](./doc/PRODUCTION.md).
|
2020-06-03 17:08:00 -04:00
|
|
|
|
2020-07-05 22:38:14 -04:00
|
|
|
## Development guide
|
|
|
|
|
[Guide to run ERPLibre in development environment](./doc/DEVELOPMENT.md).
|
2020-04-13 00:06:13 -04:00
|
|
|
|
|
|
|
|
# Execution
|
2020-07-05 22:38:14 -04:00
|
|
|
[Guide to run ERPLibre with different case](./doc/RUN.md).
|
2020-04-13 00:06:13 -04:00
|
|
|
|
2020-07-05 22:38:14 -04:00
|
|
|
# git-repo
|
|
|
|
|
To change repository like addons, see [GIT_REPO.md](doc/GIT_REPO.md)
|