Displaying 2 results from an estimated 2 matches for "sito1".
Did you mean:
site1
2016 Jan 22
1
Error starting tinc
No parameters using DNS.
- tinc.conf content
Name = sito1
AddressFamily = ipv4
BindToAddress = <IPPUB>:665
BindToInterface = int
Device=/dev/net/tun
Interface = vpndrif
Mode = router
PingInterval = 60
PingTimeout = 5
ProcessPriority = normal
- host/sito1 content
Address = <IPPUB>:665
Subnet = <IPLOCAL>/<NETMASK>
Port = 655
----...
2006 Jan 07
2
hosting with Pair : Rails'' app dies after a few seconds
...%ruby -v
i get
ruby 1.8.3 (2005-09-21) [i386-freebsd4.8]
so I guess it is correct
------------------------------------------------
%rails -v
Rails 1.0.0
------------------------------------------------
Well, everything seems to work.
% cd public_html
(my site directory is placed in public_html/sito1)
%rails testapp
create
create app/controllers
create app/helpers
create app/models
create app/views/layouts
create config/environments
create components
create db
create doc
create lib
create lib/tasks
create log...