Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Account creation is detailed in the PMC FAQ: http://www.apache.org/dev/pmc.html
  • Account karma can be granted by the PMC Chair: InfraNotes GrantingKarma
  • PMC people: http://www.apache.org/dev/solaris-zones.html explains how to create an acct on the Solaris zones. Here is a quick guide:
  • Create the account with this command:
  • sudo useradd -d /export/home/fred -m -c "Fred Smith" fred
  • Set a password with this command:
  • sudo passwd fred
  • Check for password file format errors with this command:
  • sudo pwck
  • Finally, if needed, add the user to sudoers in /etc/opt/sfw with this command:
  • /opt/sfw/sbin/visudo

SSH Access for SpamAssassin VM Box

...

Note that the static content is hosted in SVN at https://svn.apache.org/repos/asf/spamassassin/site/ . If you make any changes on minotaur, be sure to check them in – you may have to copy the changed files from the checkout there into your own checkout, btw, to be able to authenticate correctly to the svn server; or better, do the change in your own checkout first, and simply 'svn up' on minotaur.

Web site visibility

Until recently, the main ASF websites were mirrored on another machine called 'ajax', where we have no login privileges. This meant that changes were quite hard to preview. These were the instructions:

Files written to /www/spamassassin.apache.org aren't visible until the mirror updates, every 2 hours or so. However, if you set the HTTP proxy setting to point to 209.237.227.195 port 80, it'll work in your browser for previewing.

HOWEVER this has now changed (as of Oct 20 2005) – minotaur is now the main site, and changes made there will be visible on http://SpamAssassin.apache.org/ immediately.

UPDATE: as of Jul 19 2006 – it's back on ajax again. (wink)

UPDATE: Nov 23 2006 – use 140.211.11.10 port 80. ho hum. updates about hourly.

See http://www.apache.org/dev/project-site.html for the official doco.

Our spamassassin.apache.org web site is configured so it displays static pages committed to our svn repo in directory "site". Commits made to there will be served immediately. Remember to refresh your browser cache to see a recent change.

As an alternative location, you also have a public HTML dir on minotaur – it's at http://people.apache.org/~yourusername/ , e.g. http://people.apache.org/~jm/ . This is not mirrored, and files . Files placed in minotaur:~/public_html will be visible there immediately. This is good for publishing prereleases and alphas.

...