Create new trac project

To get a new project at /var/www/trac the steps would be: trac-admin /var/www/trac initenv htpasswd -c /var/www/trac/.htpasswd admin trac-admin /var/www/trac permission add admin TRAC_ADMIN chown -R www-data:www-data /var/www/trac chmod -R 640 /var/www/trac chmod +X /var/www/trac This would init a project with an admin user. And here my Apache config for it: <Location /trac> SetHandler mod_python PythonInterpreter […]

Create new trac project Read More »

Warning: push.default is unset; its implicit value is changing in Git 2.0

Here is what can be found under push.default in the documentation: current – push the current branch to update a branch with the same name on the receiving end. Works in both central and non-central workflows. upstream – push the current branch back to the branch whose changes are usually integrated into the current branch (which

Warning: push.default is unset; its implicit value is changing in Git 2.0 Read More »