Skip to main content

Posts

Showing posts from 2013

How to Git

I assume that your are using linux Redhat flavor Fedora Centos Suse yum install curl-devel expat-devel gettext-devel openssl-devel zlib-devel yum install git-core git config --global user.name "Efren Valdez" git config --global user.email crokodz@gmail.com git config --global core.editor emacs git config --global core.editor SciTE git config --global merge.tool vimdiff git config --list || to view all list git log || to view version git ls-files || to view files git add folder name or files git commit -m 'Hris 1.0' || for the version name

Trac Project Management Monitoring Installation

This guide assumes that you know how to install python packages Requirements sqlite backend: python sqlite and devel pysqlite genshi Installation: Install all the requirements add user by  #htdigest -c /path/to/your/passwordfile.txt realname username enter password  create you project #trac-admin /path/to/your/project enter information to remove sample wiki  #trac-admin /path/to/your/project wiki remove '*' to start your trac tracd -p 8080 --auth=*,/path/to/your/passwordfile.txt,realname /path/to/your/project