List Info

Thread: CentOS Installation?




CentOS Installation?
user name
2007-03-03 19:52:58
Hey Everyone,

Quick question. I'm on a dedicated linux CentOS box at lunarpages. I am trying to get Instiki to run on it. I have everything installed needed. ruby, gems, rails, etc... For right now i'm just trying to get it running without mod_proxy and apache.. I've changed the port to port 80 in script/server.

I start it by running ./instiki
everything starts successfully

The the page is just blank when visited. I see the requests coming through to WEBrick, but no visual output. You can see the output here:

http://www.rubyamfdedicated.com

I believe sqlite is installed correctly. As when I type sql[TAB] it completes with this: 'sqlite3 '

Any Ideas?

-thanks
Re: CentOS Installation?
user name
2007-03-04 07:11:09
can you try to run a "rake migrate
RAILS_ENV=production" from the root
of your instiki install and report back if that solves your
problems?

On 3/4/07, aaron smith <beingthexemplarylistsgmail.com> wrote:
> Hey Everyone,
>
> Quick question. I'm on a dedicated linux CentOS box at
lunarpages. I am
> trying to get Instiki to run on it. I have everything
installed needed.
> ruby, gems, rails, etc... For right now i'm just trying
to get it running
> without mod_proxy and apache.. I've changed the port to
port 80 in
> script/server.
>
> I start it by running ./instiki
> everything starts successfully
>
> The the page is just blank when visited. I see the
requests coming through
> to WEBrick, but no visual output. You can see the
output here:
>
> http://www.rubyamfded
icated.com
>
> I believe sqlite is installed correctly. As when I type
sql[TAB] it
> completes with this: 'sqlite3 '
>
> Any Ideas?
>
>  -thanks
>
> _______________________________________________
> Instiki-users mailing list
> Instiki-usersrubyforge.org
> h
ttp://rubyforge.org/mailman/listinfo/instiki-users
>
_______________________________________________
Instiki-users mailing list
Instiki-usersrubyforge.org
h
ttp://rubyforge.org/mailman/listinfo/instiki-users

Re: CentOS Installation?
user name
2007-08-06 13:42:20
Hey Again, I'm having this same issue again on another server. Can't figure out what is wrong..

I've tried running :
rake migrate RAILS_ENV=production

and I get this error:
rake aborted!
libsqlite3.so: cannot open shared object file: No such file or directory

(See full trace by running task with --trace)

Any ideas?


On 3/4/07, Matthias Tarasiewicz < parasewgmail.com">parasewgmail.com> wrote:
can you try to run a "rake migrate RAILS_ENV=production&quot; from the root
of your instiki install and report back if that solves your problems?

On 3/4/07, aaron smith < beingthexemplarylistsgmail.com"> beingthexemplarylistsgmail.com> wrote:
>; Hey Everyone,
>
> Quick question. I'm on a dedicated linux CentOS box at lunarpages. I am
> trying to get Instiki to run on it. I have everything installed needed.
> ruby, gems, rails, etc... For right now i'm just trying to get it running
&gt; without mod_proxy and apache.. I've changed the port to port 80 in
> script/server.
>
&gt; I start it by running ./instiki
> everything starts successfully
>
>; The the page is just blank when visited. I see the requests coming through
&gt; to WEBrick, but no visual output. You can see the output here:
>
> http://www.rubyamfdedicated.com
>
>; I believe sqlite is installed correctly. As when I type sql[TAB] it
> completes with this: 'sqlite3 '
>
> Any Ideas?
>;
; -thanks
>
> _______________________________________________
> Instiki-users mailing list
> Instiki-usersrubyforge.org">Instiki-usersrubyforge.org
> http://rubyforge.org/mailman/listinfo/instiki-users
>
_______________________________________________
Instiki-users mailing list
Instiki-usersrubyforge.org">Instiki-usersrubyforge.org
http://rubyforge.org/mailman/listinfo/instiki-users

Re: CentOS Installation?
user name
2007-08-07 08:09:15
Aaron,

Not sure if it is relevant, but I had the same problem getting instiki up and running on my Ubuntu installation.... I had to do a bit of a hack to get it working:

http://rubyforge.org/tracker/?func=detail&aid=10828&group_id=186&amp;atid=783

Johannes

On 8/6/07, aaron smith < beingthexemplarylistsgmail.com"> beingthexemplarylistsgmail.com> wrote:
Hey Again, I'm having this same issue again on another server. Can't figure out what is wrong..

I've tried running :
rake migrate RAILS_ENV=production

and I get this error:
rake aborted!
libsqlite3.so: cannot open shared object file: No such file or directory

(See full trace by running task with --trace)

Any ideas?


On 3/4/07, Matthias Tarasiewicz < parasewgmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">parasewgmail.com> wrote:
can you try to run a "rake migrate RAILS_ENV=production&quot; from the root
of your instiki install and report back if that solves your problems?

On 3/4/07, aaron smith < beingthexemplarylistsgmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)"> beingthexemplarylistsgmail.com> wrote:
>; Hey Everyone,
>
> Quick question. I'm on a dedicated linux CentOS box at lunarpages. I am
> trying to get Instiki to run on it. I have everything installed needed.
> ruby, gems, rails, etc... For right now i'm just trying to get it running
&gt; without mod_proxy and apache.. I've changed the port to port 80 in
> script/server.
>
&gt; I start it by running ./instiki
> everything starts successfully
>
>; The the page is just blank when visited. I see the requests coming through
&gt; to WEBrick, but no visual output. You can see the output here:
>
> http://www.rubyamfdedicated.com
>
&gt; I believe sqlite is installed correctly. As when I type sql[TAB] it
> completes with this: 'sqlite3 '
>
> Any Ideas?
>;
; -thanks
>;
> _______________________________________________
> Instiki-users mailing list
> Instiki-usersrubyforge.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)"> Instiki-usersrubyforge.org
> http://rubyforge.org/mailman/listinfo/instiki-users
>
_______________________________________________
Instiki-users mailing list
Instiki-usersrubyforge.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)"> Instiki-usersrubyforge.org
http://rubyforge.org/mailman/listinfo/instiki-users


_______________________________________________
Instiki-users mailing list
rubyforge.org">Instiki-usersrubyforge.org
http://rubyforge.org/mailman/listinfo/instiki-users

Re: CentOS Installation?
user name
2007-08-07 09:26:53
Hey Thanks for that info. I'm having problems getting that file open. It seems empty?

On 8/7/07, Johannes Vanderknyff < johannes.vanderknyffgmail.com"> johannes.vanderknyffgmail.com> wrote:
Aaron,

Not sure if it is relevant, but I had the same problem getting instiki up and running on my Ubuntu installation.... I had to do a bit of a hack to get it working:

http://rubyforge.org/tracker/?func=detail&aid=10828&group_id=186&amp;atid=783

Johannes


On 8/6/07, aaron smith < beingthexemplarylistsgmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)"> beingthexemplarylistsgmail.com> wrote:
Hey Again, I'm having this same issue again on another server. Can't figure out what is wrong..

I've tried running :
rake migrate RAILS_ENV=production

and I get this error:
rake aborted!
libsqlite3.so: cannot open shared object file: No such file or directory

(See full trace by running task with --trace)

Any ideas?


On 3/4/07, Matthias Tarasiewicz < parasewgmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">parasewgmail.com> wrote:
can you try to run a "rake migrate RAILS_ENV=production&quot; from the root
of your instiki install and report back if that solves your problems?

On 3/4/07, aaron smith < beingthexemplarylistsgmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)"> beingthexemplarylistsgmail.com> wrote:
>; Hey Everyone,
>
> Quick question. I'm on a dedicated linux CentOS box at lunarpages. I am
> trying to get Instiki to run on it. I have everything installed needed.
> ruby, gems, rails, etc... For right now i'm just trying to get it running
&gt; without mod_proxy and apache.. I've changed the port to port 80 in
> script/server.
>
&gt; I start it by running ./instiki
> everything starts successfully
>
>; The the page is just blank when visited. I see the requests coming through
&gt; to WEBrick, but no visual output. You can see the output here:
>
> http://www.rubyamfdedicated.com
>
> I believe sqlite is installed correctly. As when I type sql[TAB] it
> completes with this: 'sqlite3 '
>
> Any Ideas?
>;
; -thanks
&gt;
> _______________________________________________
> Instiki-users mailing list
> Instiki-usersrubyforge.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)"> Instiki-usersrubyforge.org
> http://rubyforge.org/mailman/listinfo/instiki-users
>
_______________________________________________
Instiki-users mailing list
Instiki-usersrubyforge.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)"> Instiki-usersrubyforge.org
http://rubyforge.org/mailman/listinfo/instiki-users


_______________________________________________
Instiki-users mailing list
Instiki-usersrubyforge.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">Instiki-usersrubyforge.org
http://rubyforge.org/mailman/listinfo/instiki-users


_______________________________________________
Instiki-users mailing list
rubyforge.org">Instiki-usersrubyforge.org
http://rubyforge.org/mailman/listinfo/instiki-users

[1-5]

about | contact  Other archives ( Real Estate discussion Medical topics )