MarcOnt/Installation
From Corrib Clan Wiki
Contents |
[edit]
Download and set the environment
[edit]
Set up NetBeans IDE 5.5
- visit Netbeans download page and download IDE 5.5. If you do not have JDK installed please download Netbeans 5.5 with JDK.
- install NetBeans:
- run NetBeans installer (you should see the following screen) and follow the instructions (some steps are listed below)
- choose the path you want NetBeans to be installed at (see below)
- choose the JDK installed (if you had had the JDK installed before and you downloaded a NetBeans IDE 5.5 without JDK)
- finish installation process and run NetBeans IDE
- run NetBeans installer (you should see the following screen) and follow the instructions (some steps are listed below)
- should you face any problems visit Netbeans installation FAQ
[edit]
Install subversion extension
- select Tools -> Update center
- select the Update center as a downloading location
- select the Subversion extension to be installed, click Add (see the screen below) and click Next (three extensions should be selected automatically)
- accept the license agreements and proceed to the next step
- Finish installation of extensions and check if the Subversion extension has been successfully installed.
(note: Subversion installed from Update center seems not to work correctly. If you have any problems please follow to the next point)
[edit]
Install Subversion
- visit CollabNet Subversion page and download Subversion 1.4.2 Win32 binaries. (svn-win32-1.4.2.zip)
- Extract files and place them at the chosen path (e.g. C:\Program Files\Subversion), check the structure of your folder
- Add path to bin folder in Subversion to the system path variable (e.g. C:\Program Files\Subversion\bin).
- run console and check the installation by "svn --version". You should get the version of the subversion client installed (in this case 1.4.2).
(note: before you proceed please make sure that your NetBeans IDE has been restarted!)
[edit]
Download MarcOnt source
- after starting NetBeans IDE choose "Subversion -> Checkout" from the main menu

- in the "Checkout" window specify the location of Subversion repository and click "Next"

- specify Folders to checkout.
- finalize the checkout process and open the project in IDE
[edit]
Set up and run the project
- Select semversion.properties from the project tree

- set the properties to the project path

- build and run the project (F6)
- you should see the login screen of the portal. Please provide user: "marcont" and password: "marcont" in the login form.

- the main screen of MarcOnt Portal should appear. Installation is complete.




