Notes

Reference pages:


Ensure indexes are created in mongo:

$ paster ensure_index production.ini

More paste commands are defined in the Allura/setup.py file, in the [paste.paster_command] section


To clone a repo locally (e.g. git):

$ git clone /git/p/test2/git.git

To send an email locally to the smtp_server, run this. Change hostnames, tool & project names, and the Message-Id.

$ telnet localhost 8825
helo myhostname.net
mail FROM:<someuser@address.net>
rcpt TO:<general@discussion.test8.p.myhost.net>
data
MIME-Version: 1.0
From: someuser@address.net
Subject: subj
To: general@discussion.test8.p.myhost.net
Message-Id: <fooCHANGE-THIS-ID@test>
In-Reply-To: <foo26@test>

hey there
.

^]
telnet> Connection closed.
$

Enabling SSH Key Upload

auth.allow_upload_ssh_key = true

in development.ini