Software :: Setting Up A Git Repository On My Debian/ubuntu Server?
May 29, 2011
I've worked with svn as a version control system. I like how it's possible to get context-sensitive svn commands within Eclipse via Subclipse or some other plugin. I know how to set it up both client-side and on an apache server.
Questions:
1) Does it require a centralized server and/or apache mod to host a master repository? I understand that git is distributed/decentralized but am a bit confused about what this means in practice. I did find this article describing how to host a git repository via http. Ideally, our central/master repository would be accessible via some kind of GUI git client as well as the command line.
2) Can anyone recommend a good PHP IDE / git client combination? I'm partial to Eclipse myself because it's free, i know it, and it has an eGit plug in which, although still in early development, appears to function mostly as expected.
3) Any additional comments/anecdotes/thoughts about how I might host a git repository and make it accessible only to my team of devs.
View 2 Replies
ADVERTISEMENT
Feb 1, 2010
I have recently reinstalled Ubuntu 9.10 in my Compaq Notebook. I have a problem. In my Desktop, I have more than 4 GB of packages installed. As we all know, I do not need to download them again in my Laptop, and can simply add them with "sudo dpkg -i * *.deb" command. But, I do not want to install them all, and want to pick up only a few. So, is there a way, that I can set the Folder (after copying it to the Laptop) as my Repository, I mean, wheneven I seek to install a Package using Add/Remove or Synaptic or apt-get system, they are installed from the Folder instead of from the Internet? (I have all dependencies installed for each application).
View 9 Replies
View Related
Jul 18, 2010
I am trying to install apache on centos-5-i386 (# yum install httpd) and get the following error:
==========================
[root@IDK3 /]# yum install httpd
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: centos.mirrors.tds.net
[Code].....
Edit: The url works if I leave out "repomd.xml" at the end; and the repomd.xml is exactly in that folder? i have downloaded the file but don't know how to use it.
View 1 Replies
View Related
Jan 17, 2010
whats the benefit of setting up a yum repository... aside from updating and installing softwares with this can it also upgrade /update the system.
View 1 Replies
View Related
Feb 17, 2011
I am setting up a local YUM repository in which I will have one computer accessing the RHN network and the clients will pull the updates from that server.
I have seven linux computers that I need to have access this repo server via apache.
I called Red Hat support and this what they told me to do....
On the YUM Repo Server -
> go to /etc/httpd/conf
> copy original to something else (you name, just save the original)
>edit the httpd.conf file
> add in ServerAdmin root@10.24.79.195
[Code].....
how to configure apache -- when I was on the phone with Red Hat we went so fast that I couldn't write down everything.
View 3 Replies
View Related
Apr 7, 2011
I need to grant windows client an access to fileserver. The easiest way to do it is how? Setting up VPN server on Windows server, what rules are going into iptables in linux machine then. Or setting up VPN server on Linux machine (which is the best option) and how the user gets to fileserver?
View 1 Replies
View Related
Jan 21, 2010
I don't really know if this is the right place for this, but here we go..
I have a domain and a few emailaccounts on a webhosting service.[URL] I'm thinking about cancel webhosting and just have the domain left.
Can i then somehow use my own debianserver to host the emailaccounts ?
View 6 Replies
View Related
Jun 4, 2010
I have been trying to set up an old pIII 700Mhz PC as a local intranet server to run some PHP code.
I have got debian installed setup ssh since it is a headless computer mounted a usb hard drive to store the web page remapped apache2 to use the /mnt/sda1/html/ folder and tested that php scripts are running
now what i can't seem to get working is the following:
ftp access to /mnt/sda1/html so I can upload files from my pc on the network and
phpmyadmin so i can easily manipulat mySQL databases.
after reading [URL] I typed in #apt-get install phpmyadmin
it downloads a bunch of stuff and says it is installing it but when i do the next step in the instructions go to
http://192.168.0.100/phpmyadmin/
I get a 404 Not Found error.
View 3 Replies
View Related
Aug 3, 2010
The office network has a machine we're using as a fileserver, which is running Windows Server 2003. There are several issues with this, but the main one is that the "Terminal Server License Server" was never installed or activated. I managed to do these things, but to continue requires retail keys which are long since lost. So the boss says we're going to make it into a linux server instead. And by we, he means me. A friend recommended Debian so my research starts here. i have a little experience running an ubuntu desktop at home, using the console quite a lot. And a little bit of experience messing with my own server. however, most of this is new territory for me.
The needs of the organisation:
1. We need a shared directory on the server which all valid accounts can access
2. We need a per-user directory on the server for each user, which only that user or root can access.
3. We need a per-user windows desktop, which only that user or root can access.
[code]....
View 14 Replies
View Related
Jan 5, 2011
I would like to run a mailing daemon on my system that would receive incoming mail and forwards it to my Gmail account. I have no experience in mail services and forwarding mail at all. where to start reading and/or look for clues?
View 3 Replies
View Related
Apr 5, 2010
I'm trying to set up a small web server with php and sqlite support. I installed lighttpd, php5, php-sqlite3 and php5-sqlite3. Then, I enabled sqlite and pdo extensions in php.ini:
extension=pdo.so
extension=sqlite.so
extension=pdo_sqlite.so
However, when I try to open a SQLite3 database from php:
$database = new SQLiteDatabase($myDB, 666, $error);
I get the following exception:
SQLiteDatabase::__construct() [sqlitedatabase.--construct]: file is encrypted or is not a database
Some readings in the net make me think that my php settings are not compatible with SQLite3 databases. Is anyone successfully working with SQLite3 databases from PHP5 under Debian? Have you any recommendations? Should I rebuild php maybe?
View 3 Replies
View Related
Nov 26, 2010
I am putting together a server and computer lab at my school for Standardized testing, and am planning on using debian for it. But first, i must prove to the school board that this is a possible and viable option, so right now it is one pc with 1 gig ram (Going to be the server for this experiment), and two others with around 512 mb ram.the problem with all this is, the computers in the lab cannot have hard drives, as there is some sort of licencing issue. So I need to be able to have these two testing computers boot from the server's hard drive.
View 14 Replies
View Related
Jan 3, 2011
I have 2 windows pc's in my home and an office computer that have my files strewn about. I wanted to have them all in one central location that keeps a backup copy, so i used an old machine to start building a file server. I installed debian 5.0 on the machine, command line interface only. I have gotten ssh working so that i can do all my work on the box from one of my windows pc's by logging in with putty.my current problem is how to easily use the box hard drive for storing my files in an easily accessible way. i'm still working on getting samba to work so that i could map the /home directory to a drive letter on my two home pc's, but i'd also like to access files from my work pc. Before i do that, though, i wanted to know if this is safe and secure to map a drive on a remote machine through the internet? Are there any other security concerns I need to be addressing by having this file server set up?
View 7 Replies
View Related
Jan 7, 2011
We have the following server at collocation: [URL]
Provider's technicians were working for 3 hrs but finally were unable to set up hardware RAID1 on it.
What could prevent them from doing it? Is it difficult to set up RAID1? It is mentionned as basic function in specifications.
They said debian not booting after raid configured...
View 2 Replies
View Related
Sep 9, 2010
I'm setting up a VPN with openVPN on a debian lenny server. I successfully installed it in the server, then created the certificates and both client (winXP) and server config files. For the client I use openVPN gui. I tested the tunnel and everything went just fine. I even can ping the openVPN server from the XP client.But thats all. I can't ping any machine behind the openvpn server.Some facts that you may find useful to help me with this issue are:
- The openVPN server is not the default gateway of the LAN. The dg is a pfsense server
- I dont have iptables enabled (policy of all chains are ACCEPT).
- I have configured ip forwarding (echo "1" >/proc/sys/net/ipv4/ip_forward)
[code]....
I have checked and all seems to be OK. I think that the problem is connected with routing the traffic from the vpn to my LAN but I don't know how to do that (besides the push route line in the server.conf).
View 11 Replies
View Related
Jan 18, 2010
I've been casting about the web searching for clear instructions for setting up a print server using command-line tools with a USB printer. The server is Debian Lenny, the printer is a brother hl-2170w. Can somebody tell me where to look?
View 1 Replies
View Related
Aug 24, 2010
I have a home Debian server running, and i would like to set it up as a gateway. I have 2 networkcards in it. So internet comes from the modem and on the other card i want to setup a dhcp server and it has to share the internet. But i want it also to connect to a vpn and share the internet of the vpn.. Is that possible?
View 4 Replies
View Related
Jan 30, 2010
I'm trying to give some windows users a permanent connection to a samba share behind a firewall over the public Internet. I know I can give them access with something like winscp (which they have done) but really I'd like to do it with a VPN so it seems seamless to the user. However I have no idea how to set up the server to support this and am finding the documentation a bit confusing. The samba share is on a Debian box and the firwewall is a Linksys WRT54GL.
View 1 Replies
View Related
Aug 28, 2010
Are exist any repository for debian lenny with games like nexuiz vdrift planeshift etc?
View 2 Replies
View Related
Apr 25, 2011
I know little if anything about svn, so need your assistance. I have a linux server running svn. I have a Windows server running svn. First, I'm looking for a way to copy an svn repository from the linux server to a new Windows server repository. I've looked for how to do this on the Internet and within the Apache.org website(which is now the maintainer of SVN).
I haven't found anything on a very granuler way to copy a repository from one O/S to another other than folks say it can be done. Not how.
Second, is there a way to automatically do this on a regular basis? I see the manual process of svnadmin dump and svnload. Also there is a manual process of svnadmin hotcopy.
View 6 Replies
View Related
Feb 28, 2011
I wanted to update by debian 6 install. The repo link in my sources.list file is of volatile, which i read some where that volatile has been discontinued. Could you please let me know the official debian 6 repository link. I have been trying to google for it but have not been successful so far.
View 2 Replies
View Related
Aug 23, 2010
I need to install some package on a very old box with Debian Etch.
When I type: apt-get update
I get several error:
Quote:
Where can I find a valid etch repository?
View 2 Replies
View Related
Apr 20, 2010
I like to run a mySql database server on a Ubuntu (which is no server) for local use only. Is there some instruction how to do this? I downloaded several DBMS but they all seem to assume a running server.
View 1 Replies
View Related
Sep 22, 2010
how to find out second fastest repository server.
I know ubuntu will choose the best server for you by ping value, but it's not give you the ping value list.
For some reason, I don't want to use the server ubuntu choose.
Are there any method/software can show the speed list of ubuntu repository servers?
View 3 Replies
View Related
Jan 21, 2011
What the hey??? I was looking to install Virtualbox via Synaptic the other day and I found a package with "~Ubuntu~lucid" next to the latest version. I have all confidence in the Mint team and I'm sure they scrutinized these packages for compatibility, but a little disclaimer would have been nice. I do not want any Ubuntu packages on my system. The least they could do was package the source code into a pure .deb.
View 5 Replies
View Related
Aug 16, 2011
# ./configure --with-apxs2=/usr/sbin/apxs --with-config-file-path=/etc/httpd/conf/php.conf --with-zlib --with-mysqli=/usr/bin/mysql_config --enable-mbstring --with-mime-magic --with-mysql --with-libdir=lib32
configure: error: Cannot find libmysqlclient under /usr.
Note that the MySQL client library is not bundled anymore!
since im installing it from depency package a libmysqlclient package is not present in default centos repository so that i needed to add my php repository to get the issue solved .can somebody say where i can get php centos repository
View 1 Replies
View Related
Mar 17, 2011
I have Fedora 13 in a VPS. I cannot work with yum. I got this error: [Errno 256] No more mirrors to try # yum list Error: Cannot retrieve repository metadata (repomd.xml) for repository: fedora. verify its path and try again.
View 4 Replies
View Related
Mar 4, 2011
I am trying to configure DNS on my CentOS 5. When i am trying to install BIND using YUM, i am getting the following error.
Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile http://mirror.centos.org/centos/5/addons/x86_64/repodata/repomd.xml: [Errno 12] Ti meout: <urlopen error timed out> Trying other mirror.Error: Cannot retrieve repository metadata (repomd.xml) for repository: addons. Pl ease verify its path and try again. I am able to ping from Linux to windows OS. But when iam trying to do
[Code]...
View 2 Replies
View Related
Dec 1, 2009
I have install fedora 12 (i686) from Live CD. Now i want to install some package. I typed comand like this:
Code:
yum install some_package_name
But i have an error:
Code:
Error: Cannot retrieve repository metadata (repomd.xml) for repository: fedora. verify its path and try again i looked at /etc/yum.repos.d:
Quote:
[fedora]
name=Fedora $releasever - $basearch
failovermethod=priority
#baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/$releasever/Everything/$basearch/os/
[code]....
View 2 Replies
View Related
Dec 15, 2009
[root@127 scott]# yum update Loaded plugins: presto, refresh-packagekit [URL]: [Errno 14] PYCURL ERROR 7 - "" Trying other mirror. [URL]: [Errno 14] PYCURL ERROR 7 - "" Trying other mirror. Error: Cannot retrieve repository metadata (repomd.xml) for repository: fedora.
verify its path and try again ...browsed through solutions like using yum clear and setting proxy in yum.conf
View 9 Replies
View Related