Cài đặt redmine on windows

Cài Redmine trên Window 7 64bit

Cài đặt redmine on windows

Nội dung:

  • Tải các phần mềm cần thiết và cài đặt
  1. Giới thiệu
      • Redmine là một ứng dụng web để quản lí dự án.
    1. Tải các phần mềm
      1. Redmine
      2. Ruby On Rails Installer
        • Là một tool  dùng để phát triển web, bao gồm Ruby, Rails, DevKit, Bundle, Git, Sqlite, TinyTD, SQL Server Support.
        • Vào trang http://railsinstaller.org/, chọn phiên bản dành cho Windows
          Cài đặt redmine on windows
      3. ImageMagick
        • Phần mềm dùng để tạo, chỉnh sửa, thiết kê và chuyển đổi ảnh bitmap.
        • Vào trang http://www.imagemagick.org/script/index.php, trong mục Binary releases chọn Windows, chọn ImageMagick-6.8.4-10-Q8-x86-dll.exe  (chỉ dùng được bản 32 bit).
        Cài đặt redmine on windows
        Cài đặt redmine on windows
      4. MySql Server
        • Server dùng để lưu trữ dữ liệu MySql.
        • Vào http://dev.mysql.com/downloads/mysql/, chọn Platform Microsoft Windows, phiên bản 32 bit.
          Cài đặt redmine on windows
      5. MySql WorkBench
        • Tool, có giao diện giúp thao tác CSDL trên MySql Server.
        Cài đặt redmine on windows
        Cài đặt redmine on windows

    2. Cài đặt
      1. Redmine
        • Giải nén vào thư mục nào đó.
          Cài đặt redmine on windows
      2. RubyOnRail
        • Cài bình thường
        Cài đặt redmine on windows

      3. ImageMagick
        • Đường dẫn cài đặt không được có khoảng trắng
        Cài đặt redmine on windows
          • Thêm tùy chọn

          Cài đặt redmine on windows

          • Thiết lập Variable Enviroment
          • C:\ImageMagick-6.8.4-Q16\include 
          • C:\ImageMagick-6.8.4-Q16\lib 
      4. MySql Server
        • Giải nén vào một thư mục nào đó

        Cài đặt redmine on windows

        • Chạy: cd đến thư mục bin và start mysqld
          Cài đặt redmine on windows
        • MySQL WorkBench
          • Cài bình thường.
        • Cài đặt bằng command line
          • Sễ hiển thị đường dẫn cho ta download MySQL Connector/C version 6.0.2 (  http://dev.mysql.com/get/Downloads/Connector-C/mysql-connector-c-noinstall-6.0.2-win32.zip/from/pick) (nếu không download được thì vào google tìm với từ khóa "mysql-connector-c-noinstall-6.0.2-win32.zip")
            •  Giải nén file vừa tải về, copy file bin\libmysql.dll vào thư mực bin  của thư mục cài Ruby.
          • D:\SOFTWARE\STUDY\TEAM\redmine-2.3.0>rake redmine:load_default_data RAILS_ENV="production"
          • en (English language)
          • D:\SOFTWARE\STUDY\TEAM\redmine-2.3.0>rake generate_secret_token 
          • D:\SOFTWARE\STUDY\TEAM\redmine-2.3.0>ruby script/rails server webrick -e production
      5. Chạy Redmine
        • localhost:3000
        • pass admin default: admin/admin