Download p4server.exe for windows and install it.
Restart the computer after you've installed it.
Since it will install as windows service, you don't have to start the service and you're now ready to connect using p4v from local machine.
But there will be a problem when you're trying to connect from another service since the perforce service is running on localhost:1666 so it only accept local connection only.
You need to bind to 0.0.0.0:1666 but it will be quite hard and have a risk to change default perforce config files..
What you can do is you can modify the host file in other remote machines to connect to the server computer.
In windows, hosts file is located at Windows/etc/driver folder and on Mac it's located at
sudo nano /etc/hosts
add the following line to the host file
[your server machine local ip address] perforce
Now in the p4v client of the remote machines, you will be able to connect using perforce:1666
Note : Don't forget to turn off your firewall connection or allow perforce server app to accept incoming connections from remote machines
ENJOY IT :)
Restart the computer after you've installed it.
Since it will install as windows service, you don't have to start the service and you're now ready to connect using p4v from local machine.
But there will be a problem when you're trying to connect from another service since the perforce service is running on localhost:1666 so it only accept local connection only.
You need to bind to 0.0.0.0:1666 but it will be quite hard and have a risk to change default perforce config files..
What you can do is you can modify the host file in other remote machines to connect to the server computer.
In windows, hosts file is located at Windows/etc/driver folder and on Mac it's located at
sudo nano /etc/hosts
add the following line to the host file
[your server machine local ip address] perforce
Now in the p4v client of the remote machines, you will be able to connect using perforce:1666
Note : Don't forget to turn off your firewall connection or allow perforce server app to accept incoming connections from remote machines
ENJOY IT :)
Comments
Post a Comment