How to install Bromine3 RC2

  

When I install Bromine RC2, I met bellow issues:

“Server could not contact itself at the specified address: 127.0.0.1:80”

“Error: Database table jobs for model job was not found.” etc.

Now I show my exact way to install RC2 successfully:

1.  Download the RC2 source from https://svn.openqa.org/svn/bromine/tags/ by using SVN.

2.   Make sure that xampp is installed .

3.   copy RC2 all code to C:\xampp\htdocs\Bromine

4.  Update the name: C:\xampp\htdocs\Bromine\app\config\database.dbo.php
                      to
                       C:\xampp\htdocs\Bromine\app\config\database.php

5. rename C:\xampp\htdocs\Bromine\app\config\sql\bromine.sql to any other name and update the name:
C:\xampp\htdocs\Bromine\app\config\sql\bromine_rc2.sql
to
C:\xampp\htdocs\Bromine\app\config\sql\bromine.sql

6. Enable "LoadModule rewrite_module modules/mod_rewrite.so"
in C:\xampp\apache\conf\httpd.conf file.

7. Start C:\xampp\xampp_start.exe

8. start C:\xampp\install_bromine.bat

9. You will see below installation Page, make sure you check “I agree to the license []”.

image  

10. Fill in:

a.  the Server, and make sure your server address is correct by check if http://yourserver/iamhere.txt returns “success”. For example in my server, http://127.0.0.1:80/bromine/iamhere.txt

 

b. Fill in the form:

1

Host: localhost

2

Username: root

3

Password: (empty)

4

Database: bromine

c. Click “install” button

 

You should get a message saying ‘Install complete’ and a login with the username and password you just registered. 

http://localhost/Bromine/

 

Once logon, you will be asked to select a project:

 

Select and SampleProject, you will come to the page

 

Now you can sure that Bromine v3 is set up successfully on your machine.

發佈了25 篇原創文章 · 獲贊 5 · 訪問量 6萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章