欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2/Agda, C++/Lisp/Haskell
Openbravo
来自开放百科 - 灰狐
(版本间的差异)
| 第6行: | 第6行: | ||
==Install== | ==Install== | ||
| + | It's recommended to use Linux or *BSD. | ||
| + | |||
| + | Linux has a limit of 1024 open files by default. In case you are under a heavy load, increase this number with ulimit. To count the number of open files of the tomcat process: | ||
| + | |||
| + | lsof -p [process-id] | wc -l | ||
| + | ulimit -Ha | ||
| + | ulimit -Hs | ||
| + | |||
| + | Then you can use ulimit, for example: | ||
| + | ulimit -n 4000 | ||
| + | |||
./OpenbravoERP-2.33-linux-installer.bin | ./OpenbravoERP-2.33-linux-installer.bin | ||
# su - postgres | # su - postgres | ||
2007年8月8日 (三) 22:23的版本
Openbravo ERP: Web based ERP for SMEs, built on proven MVC & MDD framework that facilitate customization & maintenance of code. Already in production, it encompasses a broad range of functionalities such as finance, supply chain, project mgmt, manufacturing & much more
License: Mozilla Public License 1.1 (MPL 1.1)
Install
It's recommended to use Linux or *BSD.
Linux has a limit of 1024 open files by default. In case you are under a heavy load, increase this number with ulimit. To count the number of open files of the tomcat process:
lsof -p [process-id] | wc -l ulimit -Ha ulimit -Hs
Then you can use ulimit, for example:
ulimit -n 4000
./OpenbravoERP-2.33-linux-installer.bin # su - postgres $ createuser -ADPE openbravo $ createdb -O openbravo openbravo http://localhost:8080/openbravo
相关链接
分享您的观点