Skip to content

Downloading and Configuring

John Pennington edited this page Aug 11, 2015 · 29 revisions

The first step in the hosting process is to download and configure a Bullhorn Career Portal release package, as described below:

1. Download the latest stable release of the Bullhorn Career Portal

The latest stable version of the Bullhorn Career Portal can be found under the Releases topic at the Bullhorn Career Portal GitHub Home Page. Click on the Latest Stable Release link, which will navigate you to a release page. Click on the Source Code (zip) link; your browser will download and save a Zip Archive onto your hard drive.


2. Extract Bullhorn Career Portal files from the Zip Archive

Locate the downloaded Zip Archive from step (1). Extract its contents to the same location on your hard drive. On Microsoft Windows, this can be done by right-clicking on the saved Zip file and selecting Extract All... from the context menu.


3. Configure settings in the application configuration file

Navigate to the extracted folder and open the app.json file up in a text editor such as Microsoft Notepad. The file contents will look like this:

app.json configuration template

Locate and update the following values:

  • [ COMPANY NAME HERE ] - A string representing the name of your company, or another identifier which will appear in the masthead of list and card view.
  • [ CORP TOKEN HERE ] - A string which identifies your company when accessing the Bullhorn REST API. This information can be provided by a Bullhorn Customer Specialist.
  • [ SWIMLANE HERE ] - A quoted number which identifies the production environment for your company's ATS/CRM instance. This information can be provided by a Bullhorn Customer Specialist.

Once configured, your 'app.json' file will look similar to the following:

app.json configuration example

Save the file.


That's it! Your configured Bullhorn Career Portal package is ready to be uploaded to your site host. See the Uploading pages for more information on completing the hosting process.