Content
You are here:
Performance
Added by Horst Mann almost 11 years ago
Hi There!
I just managed to install openproject 2.4 on my cubietruck (Linxu, ARM Dual Core 1GHz with 2GB Ram) and it starts and I can access it via port 3000.
The problem is that it runs soooooo slow. I suppose openproject is not suited to run on such a small machine.
Can you tell me the hardware requirements for small installation?
Thanks!
HMann
Replies (1)
Hi Horst,
the performance issue is related to rails enviroment your current installation of OpenProject runs in development mode you should try to start OpenProject in production mode and it should run faster on your cubietruck.
Try this steps to test the performance:
To run OpenProject in production mode you have to setup your production database in ‘config/database.yml’ and than start the server with:
The above described steps are only for testing if you plan to run OpenProject in production we recommend to setup apache or nginx with phusion passenger.
Best
Christian