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
Reply
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
- Make Xcode Use System’s Subversion Leave a reply
- How to fix SVN error E220000: Not authorized to open root of edit operation 2 Replies
- Install Trac 0.12 on OS X Lion Server Leave a reply
- Adding mcrypt extension to PHP on OS X Lion Leave a reply
- Upgrading Subversion on OS X Lion Server 4 Replies
- Shop Evolonix! Leave a reply
- WordPress Plugins Leave a reply
- New website design for Evolonix Leave a reply