HoriAsso - Set up notes: Difference between revisions

From Drorbn
Jump to navigationJump to search
No edit summary
 
No edit summary
Line 1: Line 1:
These are the set up notes for the [[HoriAsso]] project, logged by [[Dror]] so as to make the set up of the next project a bit easier.
These are the set up notes for the [[HoriAsso]] project, logged by [[Dror]] and Karene so as to make the set up of the next project a bit easier.

==Dror's Notes==


* Choose a "short name" for the project. The short name "HoriAsso" may not be perfect, but it definitely beats my first choice, "HorAss".
* Choose a "short name" for the project. The short name "HoriAsso" may not be perfect, but it definitely beats my first choice, "HorAss".
Line 16: Line 18:


* Externally connect to the repository and create a <tt>trunk</tt> directory, just to see that everything works.
* Externally connect to the repository and create a <tt>trunk</tt> directory, just to see that everything works.

==Karene's Notes==

Revision as of 11:31, 1 June 2006

These are the set up notes for the HoriAsso project, logged by Dror and Karene so as to make the set up of the next project a bit easier.

Dror's Notes

  • Choose a "short name" for the project. The short name "HoriAsso" may not be perfect, but it definitely beats my first choice, "HorAss".
  • Make a wiki-home for the project, for example by copying and modifying the wiki home of this project.
  • Set up http passwords for the project participants; on katlas type
htpasswd /www/.htpasswd karenechu

(or something similar).

  • Set up a subversion repository. On katlas:
cd /home/svn
su -l svn
svnadmin create ./HoriAsso
chmod -R g+w HoriAsso
  • Externally connect to the repository and create a trunk directory, just to see that everything works.

Karene's Notes