This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
server:digitaloceanstopstogo:start [2016/12/09 19:17] dwheele created |
server:digitaloceanstopstogo:start [2016/12/09 19:28] (current) dwheele [Setup Subversion] |
||
|---|---|---|---|
| Line 10: | Line 10: | ||
| This created the repository, but I couldn' | This created the repository, but I couldn' | ||
| - | Needed to open up port 3639 on the StopsToGo droplet. So I used this | + | Needed to open up port 3690 on the StopsToGo droplet. So I used this |
| < | < | ||
| - | sudo ufw allow 3639/tcp | + | sudo ufw allow 3690 |
| sudo ufw disable | sudo ufw disable | ||
| sudo ufw enable | sudo ufw enable | ||
| Line 20: | Line 20: | ||
| This uses the UFW (Uncomplicated Firewall) functionality which internally modifies iptables. | This uses the UFW (Uncomplicated Firewall) functionality which internally modifies iptables. | ||
| + | |||
| + | Had problem when using the client because I needed to use **svn**< | ||
| + | |||
| + | |||