Content
Where to begin with OpenProject 3.0 on Windows installation
Added by larry poon almost 9 years ago
Hello:
I am running Windows 7 Ultimate and I would like to try Open Project version 3.
Can anyone please tell me where to begin?
What are the software files needed to be downloaded?
Thank you.
Replies (23)
Hi Larry,
unfortunately we don’t support OpenProject on Windows platforms. Nevertheless, it might be possible to get OpenProject running on Windows, though you may need to do some things manually. Here are some hints for the installation:
I hope this helps your undertaking. If you’re successful you may want to provide an installation guide for windows? :-)
Kind regards,
Hagen
Hi Larray,
just a minor note: One just told me that RMagick is not a dependency of OpenProject 3.0 anymore. So, you may just ignore my reference to RMagick I’ve made before.
Kind regards,
Hagen
Hi Larry,
if you simply want to try it out, in the sense that you want to explore the possibilities and not use it productively as of yet, you might also check out the demo. It will allow you to create your own OpenProject instance with full administrative rights. It will be deleted after 24 hours, though.
Best
Jens
Hello,
is there any progress on this topic? I’m interested as well :)
Greetings, Olaf
Hello,
It would be nice if some one updates this thread with installation guide for windows?
It seems complicated.
Thanks,
Chintan
Hi,
I have successfully setup openProject on Windows 7 Ultimate 32bit.
I am about to proceed with installing it on Windows Server for production.
Rgds
Paul
Hi Paul,
Could you share your installation steps with us? I would be interested to try it out as well.
Thanks,
Chee Kheong
Hi Paul,
I tried to install it on Windows as well, but without success (had problems with some ruby stuff not available for windows), could you post how you achieved it, with all steps neccessary?
Thanks in advance!
Hello Paul,
Great news.
It would be really helpful for the community if you could share with us the steps for installation?
Many thanks,
Chintan
Hi guys.
See steps below.
Following this worked for running the application on Development mode. I am working on installing it n my live webserver and starting it is production mode. I will give updates once that is done.
Install ruby on rails*
http://railsinstaller.org/en
After Ruby installation, you wil be guided to the c:\Sites folder. Clone the OpenProject repository into that directory
_git clone https://github.com/opf/openproject.git
cd openproject
git checkout stable_
Modify gemfile in c:\sites\openproject
comment out THERUBYRACER by adding # in front of it (I believe this is not required for openproject to run)
Install the libv8 gem manually
gem install libv8 -v ’3.11.8.17’ — —with-system-v8
download mysql connector from the URL below*
http://dev.mysql.com/get/Downloads/Connector-C/mysql-connector-c-noinstall-6.0.2-win32.zip/from/pick
copy mysql folder to a convenient location (e.g c:/mysql)
Install mysql2 gem
_
gem install mysql2 — ‘—with-mysql-dir=“C:/mysql/”’_ (note i used c:\mysql but the slash is the other way)
_copy libmysql.dll from the connector folder to bin folder (C:\RailsInstaller\Ruby1.9.3\bin)
_
Run the main bundle installation (it should complete without errors)
bundle install —without rmagick
Modify database.yml and config.yml according to instruction in the manual. (I followed the Ubuntu Steps)
setup databases according to instruction in the manual.* (I followed the Ubuntu Steps)*
*from here on, the steps in the manual
_bundle exec rake db:create:all
bundle exec rake db:migrate
bundle exec rake db:seed
bundle exec rake generate_secret_token_
Start server
bundle exec rails server
login to localhost:3000
username: admin
password: admin
Hi Paul,
thanks a lot for this guide! We will add it to the installation section if you are fine with that?
Best
Ratzi
Hi Paul,
this seems very similar to what I was trying, I will test it these days on my windows server.
Greetings, Olaf
Hi Ratzi,
Sure you can add it to the installation section.
Rgds
Paul
Hi Paul,
I added this guide to the installation section. I have also given you the right to edit wiki pages so feel free to adapt this guide and fix my c&p mistakes ;)
https://www.openproject.org/projects/openproject/wiki/Installation_Windows
Best
Ratzi
May Thanks for your work again!!!
Hi Guys,
I have now successfully completed the deployment in production
I have added the update to the guide located here.
https://www.openproject.org/projects/openproject/wiki/Installation_Windows
Regards
Paul
HI Guys,
I was wondering is anyone can offer insights into how to secure this application on my live web server
I am running it on Windows 2008 VPS that already hosts a number of live applications.
Regards
Paul
Paul Onwude wrote:
Hi,
I am trying to install openproject on a windows server and I found this forum post. When I click the guide link, it says “You are not authorized to access this page.” How can I reach this guide?
Thank you!
Hi Batuhan,
Most of the content has been moved to https://www.openproject.org/open-source. We re-activated the Wiki Module to give you access to the old Wiki Pages. Please try accessing the Windows Instalaltion guide again.
Best,
Maya
Batuhan Cetin wrote:
I am also looking for this article
https://www.openproject.org/projects/openproject/wiki/Installation_Windows
but get “You are not authorized to access this page”
So, is the most recent OpenProject working in Windows ?
Hello Alexandru,
for production use, we recommend running OpenProject in Linux (see the list of supported distributions).
However, you can run the current OpenProject version (4.0.8) on Windows. The easiest way is to use the OpenProject installer provided by Bitnami.
You can find more information here:
https://bitnami.com/stack/openproject
(Simply download and install the OpenProject installer for Windows. The setup guides you through all the necessary installation and configuration steps.)
Best regards,
Robin
All right…many thanks for the information.
I have taken a look at Bitnami’s web page, however I found this luckily ! :-)
https://community.openproject.org/projects/openproject/wiki/Installation_Windows
try to enter
https://community.openproject.org/projects/openproject/wiki/Installation_Windows
but do not and I get redirected to https://www.openproject.org/
how I can access??
thanks for replying
hi Ivan,
the contents of the old Wiki pages were moved to https://www.openproject.org/. However, not all of the guides could be moved, as some of them are outdated and would need to be tested first, which requires significant time investment. This includes the wiki installation page you are looking for :-(
This is what we could retrieve for you. It’s not quite the ideal guide, but it will hopefully help you further. Keep in mind that this guide was created by a community member and we can’t guarantee that it is still up to date.
“h1. Installation Windows\r\n\r\n*Many thanks to Paul Onwude for this guide. Original posted \”here\":https://www.openproject.org/topics/680**\r\n\r\n\r\nInstall ruby on rails**\r\nhttp://railsinstaller.org/en\r\n\r\nAfter Ruby installation, you wil be guided to the c:\\Sites folder. Clone the OpenProject repository into that directory\r\n\r\n
\r\n\r\nModify gemfile in
c:\\sites\\openproject
\r\n\r\ncomment out THERUBYRACER by adding # in front of it (I believe this is not required for openproject to run)\r\n\r\nInstall the libv8 gem manually\r\n\r\n\r\n\r\ndownload mysql connector from the URL below\r\n\r\n
\r\ncopy mysql folder to a convenient location (e.g c:/mysql)\r\n\r\nInstall mysql2 gem\r\n\r\n
\r\n\r\ncopy libmysql.dll from the Mysql connector folder to bin folder of Rails Installer (C:\\RailsInstaller\\Ruby1.9.3\\bin)\r\n\r\nRun the main bundle installation (it should complete without errors)\r\n\r\n
\r\n\r\nModify database.yml and config.yml according to instruction in the manual. (I followed the Ubuntu Steps)\r\n\r\nSetup databases according to instruction in the manual. (I followed the Ubuntu Steps)\r\n\r\n*From here on, the steps in the manual should work without errors\r\n\r\n
\r\n\r\n*Start Rails server for development environment*\r\n \r\n
\r\n\r\nLogin to openproject on localhost:3000\r\nusername: admin\r\npassword: admin\r\n\r\n*Update*\r\n\r\nFor Production environment\r\n\r\n
\r\n\r\nPrecompile all your assets (if you do not do this, your production will keep flagging errors)\r\n (It takes a really long time to complete depending on the speed of you machine)\r\n (Run with —trace to see verbose mode)\r\n
\r\n\r\nChange a setting in the config/production.rb file (set to true)\r\n\r\n
\r\n\r\nSet rails environment to production (This is critical else rails will not start in production mode) \r\n\r\n
\r\n\r\nCreate (if not already done), migrate and seed production database\r\n\r\n
\r\n\r\n*Start Rails server for production environment*\r\n \r\n
\r\n\r\nI am a little concerned about performance issues so i will monitor for a while. "
Best,
Maya