I succeeded in deploying a standard rails app w cap2
http://myapp.aelmat.net/ -> ok
now I introduced complexity w migrations, hopefully I got the tables
in my DB
** [out :: www.aelmat.net] == AddSessions: migrating
=====================================================
** [out :: www.aelmat.net] -- create_table(:sessions)
** [out :: www.aelmat.net] -> 0.0155s
** [out :: www.aelmat.net] -- add_index(:sessions, :session_id)
** [out :: www.aelmat.net] -> 0.0081s
** [out :: www.aelmat.net] -- add_index(:sessions, :updated_at)
** [out :: www.aelmat.net] -> 0.0088s
** [out :: www.aelmat.net] == AddSessions: migrated (0.0329s)
============================================
** [out :: www.aelmat.net]
command finished
but when trying to reach again the url http://myapp.aelmat.net/
I got a big splash
Forbidden
You don't have permission to access / on this server.
Additionally, a 403 Forbidden error was encountered while trying to
use an ErrorDocument to handle the request.
which means I have 2 errors :
1- access rights to / ???
2- access rights to display the standard 403 error html document
1? is it the access to /var/rails/aelmat.net or access to the
application /var/rails/aelmat.net/myapp ?
thanks for your help
erwin
--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---