cancel
Showing results for 
Search instead for 
Did you mean: 

How do I setup/edit Alfresco Source Code from the Github Repo

cranejimmy3
Champ on-the-rise
Champ on-the-rise

Hello, im  completely new to working with open-source software and at the moment I am very lost. I understand that the source code is located in the Alfresco repo on Github(https://github.com/Alfresco). What I'm trying to do is aquring Alfresco Community source code and modify it for a project im working on. Do i download each repo from the links below, import it into an ide like eclipse and connect eclipse to the tomcat server? Also is this the correct repo(https://github.com/Alfresco/share)for Alfresco Share that will open in the browser when i connect it to the Tomcat server?

Any help would be appreciated.

1 ACCEPTED ANSWER

EddieMay
World-Class Innovator
World-Class Innovator

Hi @cranejimmy3,

To get started, have a look at this blog about setting up Maven SDK. There is also @jpotts Alfresco developer series tutorials.

If you download Community edition, you have the option of downloading the artefacts as a zip file - this will give you the source code if you prefer to work that way.

HTH,

Digital Community Manager, Alfresco Software.
Problem solved? Click Accept as Solution!

View answer in original post

5 REPLIES 5

upforsin
Star Collaborator
Star Collaborator

Hi @cranejimmy3 

Well, Alfresco provides many ways for the extensions which you use to create/modify OOTB code.

Personally, I think you should modify source code only if you see some very serious bug and you want to support creators. Otherwise, it's better to create your own extension (and maybe even share it with the community 😜 )

Anyway, do not forget about the source code. It's a huge "knowledge repository" which will help you a lot while developing your own customizations.

howkymike
Alfresco Developer

Thanks for the reply @upforsin !

That's exactly what I want to do. To help fix bugs and support the creators. What I'm seeking is not the extension but the source code for Alfresco itself. How would I even begin to put together the source code that is found on the Alfresco Github Repository to get it up and running?

EddieMay
World-Class Innovator
World-Class Innovator

Hi @cranejimmy3,

To get started, have a look at this blog about setting up Maven SDK. There is also @jpotts Alfresco developer series tutorials.

If you download Community edition, you have the option of downloading the artefacts as a zip file - this will give you the source code if you prefer to work that way.

HTH,

Digital Community Manager, Alfresco Software.
Problem solved? Click Accept as Solution!

Thank you!

EddieMay
World-Class Innovator
World-Class Innovator

Hi @cranejimmy3,

You're welcome - and we look forward to you helping to improve Alfresco!

When you're up and running, keep a look out for the next Hackathon where you can work on projects alongside more experienced Alfresco developers. Also, there are monthly Tech Talk Live webinars that are an invaluable learning resource. There's also the Alfresco Builders Network and a nice new tutorial aimed at those new to Alfresco.

Finally, I'll mark this a solved if that's ok?

Take care,

Digital Community Manager, Alfresco Software.
Problem solved? Click Accept as Solution!