All Versions
Crucible 4.2 DocumentationCrucible 4.1 Documentation
Crucible 4.0 Documentation
More...
On this page:
This document assumes you have extracted your Crucible zip file into a directory called
/FISHEYE_HOME/.
To run Crucible for the first time, simply do the following:
C:\> cd FISHEYE_HOME\bin C:\FISHEYE_HOME\bin> run.bat
$ cd /FISHEYE_HOME/bin $ ./run.sh
Once started, Crucible will run its own HTTP web server on port 8060. You can access Crucible immediately by going to http://HOSTNAME:8060/ in a browser.
By default, Crucible will listen on port 8060 for HTTP requests. It also listens on 127.0.0.1:8059 as a control port. You can configure both of these in the Administration screens, or by editing /FISHEYE_HOME/config.xml and restarting Crucible.
The first time you access the Crucible web server (http://HOSTNAME:8060/) you will see a screen like this, and here you will be asked for two things:
Once you have set up an administrator password (as described above), you can access the Administration screens at http://HOSTNAME:8060/admin/.
One of your first steps will be to set up access to a source-control repository, or an alternative form of code storage such as the Local File System or Atlassian Confluence.
To set up Perforce in stand-alone Crucible,
Field |
What to enter |
|---|---|
Name |
Choose a unique name for the repository. |
Repository Server |
Enter the base URL and port for the repository, for example: |
Repository Path |
Add the path to your Perforce repository. For example: |
Perforce Username |
Enter the username of the Perforce account that Crucible will use. (optional) |
Perforce Password |
Enter the password of the Perforce account that Crucible will use. (optional) |
There is no 'initial scanning' required in this process, as stand-alone Crucible's access to Perforce is strictly on-demand. Data is not indexed, hence there is no scanning.
For those who may be interested, Crucible executes the Perforce command-line tool to enable this functionality.
To set up Subversion in stand-alone Crucible,
Field |
What to enter |
|---|---|
Name |
Choose a unique name for the repository. |
Repository Root |
Enter the repository root URL for the repository. If you are not sure what the repository root is, please see the instructions below under "Finding your Repository Root". |
Repository Path |
Add the path on the base URL where your repository. For example, if you used the root URL above, and the full path to your Subversion instance is 'http://svn.example.com/svn5/', you would enter 'svn5' into this field. |
SVN Username |
Enter the username of the Subversion account that Crucible will use. |
SVN Password |
Enter the password of the Subversion account that Crucible will use. |
There is no 'initial scanning' required in this process, as stand-alone Crucible's access to Subversion is strictly on-demand. Data is not cached, hence scanning is not required.
The 'Add Repository' screen opens. Fill in the fields.
Field | What to enter |
|---|---|
Name | Choose a unique name for the repository. |
URL | Enter the URL of your Confluence instance. |
Space Key | You may optionally enter a space key here to restrict Crucible's view to that key only. If there are many spaces in your Confluence instance you will find that this improves performance. You can set up several Confluence repositories in Crucible, each using the same Confluence instance but covering a different Space. |
This section requires a working FishEye installation as well as Crucible.
To use FishEye to access the source control repositories CVS, Subversion or Perforce for Crucible, see the FishEye documentation for how to add a repository.
Once you have added a repository, you can view it through FishEye at http://HOSTNAME:8060/.
Building index and cache
FishEye needs to build an index and cache of the contents of your repository, so some information will not appear in FishEye until this is complete. This may take some time to complete, depending on the size of the repositories.
We recommend you access the repository with a user that has only read access to the repository.
On initial setup of Crucible, there are no users. Adding user accounts is done via the Administration screens or by configuring Crucible/FishEye to use external authentication.
To add users:
http://HOSTNAME:8060/admin/.Read more details about the different ways of creating users.
Crucible can email each review participant on a range of changes. Each user can then set up their own preferences. This is described in the User Profile guide.
First, you must set up the SMTP Server.
You can access Crucible immediately by going to http://HOSTNAME:8060/ in a browser
Or you can go directly into the Crucible homepage at http://HOSTNAME:8060/cru
To stop the Crucible server:
C:\> cd FISHEYE_HOME\bin C:\FISHEYE_HOME\bin> stop.bat
$ cd /FISHEYE_HOME/bin $ ./stop.sh
If you want to know more about how Crucible and FishEye interact, refer to our explanation of how Crucible works with FishEye.