I was searching for a fast and easy way to setup git server, and I found one, but I was not fully happy with it, so lets have a look on another way:
ssh mpapis@niczsoft.com -C "mkdir -p repos/library2.git; cd repos/library2.git; git --bare init"
git clone mpapis@niczsoft.com:repos/library2.git
cd library2/
touch test.txt
git add .
git commit -a -m "1st"
git push origin master
This is good way to keep Your private repo, just as central repo or backup, no packages needed, just git on both sides
The same can be done on local filesystem like shared storage(nfs or smb):
cd /remote
mkdir test.git
cd test.git/
git --bare init
cd
git clone /remote/test.git/
cd test/
touch test.txt
git add .
git commit -a -m "1st"
git push origin master
From now on it will be working by simply calling “git pull” and “git push”.
Additionally to already supported english version, our user can choose now to use another laguages, currently it is Polish, but can be easily extended to any nuber of langugaes supported by wordpress.
Anybody interested in having private blog in his native language should use available contact options.
I’m would announce new service started at NICZ SOFT – virtual mail hosting.
Virtual mail hosting is a very flexible mail server allowing maintenance of many mail domains, addresses and aliases at one place.
Basic service is 6 mail addresses whatever they are mail accounts or aliases to this accounts, all email addresses have to be in one domain. Each email address has limit of 500MB, and domain limit is 1GB. Access to accounts is secured with SSL and TLS. User can choose POP3 and IMAP access methods for accessing his account.
Anybody interested should leave a note via one of available contact options.
Additionally to already started blog hosting we have started a new service – Rails hosting.
Basic Configuration is one instance of rails in passenger, one mysql database, and 500MB disk space limit, everything with ssh access.
Anybody interested should leave a note via one of available contact options.
Last night all blogs hosted under niczsoft.com were updated to newest version of WordPress MU – that is 2.7.
It looks like everything worked fine. I’m not sure but it looks like working a bit faster.