cancel
Showing results for 
Search instead for 
Did you mean: 

I have no idea how to start (Brand new user)

s3a
Champ in-the-making
Champ in-the-making
My friend wanted to set up a Sharepoint server so that we can communicate for our pre-university school project but I am using Linux and cannot run it with Wine and it would still cause complications so if I can understand how to use Alfresco instead, I can get my team to use it instead of Sharepoint but the problem is I have no idea how to start. (I dual boot with Windows on my home computer but for my school laptop I can only have Linux). I suck at networking in general which just makes things worse but if someone can help me "sync" our files or however this works.

I am extremely lost. I watched a video and it only showed different introductory aspects of the software without saying how to create accounts, manage them, etc. Please tell me how to create the "team" and each user's accounts.

What I do know (or think) is that this runs via the web browser strictly. Before trying anything on my Linux computer, I decided to test this out on my Windows one and I installed 3.4.c and I'm guessing http://127.0.0.1:8080/alfresco/faces/jsp/dashboards/container.jsp is the home page. All we really need is to have our Java source code in one synced  private place. (to those not in our group). As you can probably see, I am very lost and confused and I need a strong push forward in order to begin using Alfresco.

Any help would be GREATLY appreciated!
Thanks in advance!
1 REPLY 1

eydun_n
Champ in-the-making
Champ in-the-making
…All we really need is to have our Java source code in one synced  private place…

Well then, it's probably something else you need.

Distributed version control:
hg - http://mercurial.selenic.com/
git - http://git-scm.com/

Or for a hosted solution: https://github.com/plans - Make your project opensource then the hosting is free

'Centrelized' version control:
svn - http://subversion.tigris.org/
cvs - http://www.nongnu.org/cvs/

And also maybe get a free student license for the Atlassian product suite
http://www.atlassian.com/survey/classroom-license-request.jsp

And also lookup continuous integration: http://en.wikipedia.org/wiki/Continuous_integration

Good luck with your project. Smiley Happy