Web Development and Custom Software

Evolonix is determined to make every project we work on fast and cost-effective for our clients. We value each client and their projects are our top priority.

Recent Posts

OS X Lion Git Server with cgit

On your client machine, do the following:

$ cd ~/.ssh
$ ssh-keygen -t rsa
$ ssh yourusername@yourserverdomain mkdir .ssh
$ scp ~/.ssh/id_rsa.pub yourusername@yourserverdomain:.ssh/authorized_keys

On the server, do the following:
Make sure you have Xcode installed. This will install git and the files needed to install cgit.
Download the osx-cgit-setup.tar.gz file, which contains files needed for this tutorial. The following steps will download and unpack the file.

$ cd ~/
$ mkdir src
$ cd src
$ curl -O http://www.evolonix.com/wp-content/uploads/2012/04/osx-cgit-setup.tar.gz
$ tar -zxvf osx-cgit-setup.tar.gz
$ cd osx-cgit-setup

Continue reading

  1. Make Xcode Use System’s Subversion Leave a reply
  2. How to fix SVN error E220000: Not authorized to open root of edit operation 2 Replies
  3. Install Trac 0.12 on OS X Lion Server Leave a reply
  4. Adding mcrypt extension to PHP on OS X Lion Leave a reply
  5. Upgrading Subversion on OS X Lion Server 4 Replies
  6. Shop Evolonix! Leave a reply
  7. WordPress Plugins Leave a reply
  8. New website design for Evolonix Leave a reply