adani_jmc 0 Posted October 1, 2013 (edited) Hello, i'm trying to build my server with hercules [1st Question] i use CentOS 6.4 32bit so i have to download it with svn code svn checkout https://github.com/HerculesWS/Hercules ~/Hercules after the download finish, i check the files and i saw like in this picture below there was alot of folder (red framed) and each one has folder and files showing like in the right window, is this normal or does they have different feature ? [2nd Question] i read the guide about obtaining Hercules through Git, but i see there i should download rpm -Uvh http://repo.webtatic.com/yum/centos/5/latest.rpm im using CentOS 6, and i can't find the rpm files for CentOS 6 can i just use the rpm from link above for my system ? thx for answering Edited October 1, 2013 by adani_jmc Quote Share this post Link to post Share on other sites
0 Uzieal 89 Posted October 1, 2013 Those additional folders you are seeing are for development purposes and keeping track of merges to be made etc. the SVN code will work fine to build your server. The Directory you are going to want to use to build your Hercules server from is the one labeled (" trunk ") if you want the latest features offered by Hercules. I do not use CentOS 6 so I can not test this method to confirm, however using this method should also work to obtain a working copy of Hercules; CentOSStep 1:rpm -Uvh http://repo.webtatic.com/yum/centos/5/latest.rpm Step 2:yum install --enablerepo=webtatic git-all Step 3:yum install --enablerepo=webtatic --disableexcludes=main git-all Obtaining a Working-CopyType the following to create a Hercules working copy in your home (~) directory git clone https://github.com/HerculesWS/Hercules.git ~/Hercules Updating a Working-CopyType the following when inside your working copy git pull Quote Share this post Link to post Share on other sites
0 Yommy 265 Posted October 1, 2013 i found doing just yum install git works fine Quote Share this post Link to post Share on other sites
0 adani_jmc 0 Posted October 1, 2013 Oh yeah i forgot to search through yum for git haha because i saw one post in the "Geting Hercules" said, the revision with svn co and git clone is sometimes in different number okay, times to work on hercules thank you for answering Quote Share this post Link to post Share on other sites
Hello, i'm trying to build my server with hercules
[1st Question]
i use CentOS 6.4 32bit so i have to download it with svn code
after the download finish, i check the files
and i saw like in this picture below
there was alot of folder (red framed) and each one has folder and files showing like in the right window,
is this normal or does they have different feature ?
[2nd Question]
i read the guide about obtaining Hercules through Git, but i see there i should download
im using CentOS 6, and i can't find the rpm files for CentOS 6
can i just use the rpm from link above for my system ?
thx for answering
Edited by adani_jmcShare this post
Link to post
Share on other sites