installation on server?
|
|
Hello - is there a dumbed down way to install the stack in some dedicated server space? I am the only person in my org. that has ANY experience with putting a webpage up. Any help or maybe some documentation for dummies? Thanks! |
|
|
Well, it depends on the kind of server, I think. If you can connect it via ssh and run the installer, chances are that it will work. I have managed to install a stack in a server doing that, so you should give it a try. There’s no need to say this, but in case you aren’t able to install the stack, just post here again with a little more detail and I’ll try to help :) |
|
|
ok – i can get access to my server via SSH – but how do I run the installer when in SSH? I have the stack on my desktop, and I can login into the server via the terminal. That is where I am at. |
|
|
What operating system are you using in both your computer and the server? I’ll assume that your server is using an Unix-like system, which is the most common kind of server. The easiest way to get the stack in your server is using wget Once it’s downloaded, you can execute the installer by typing
And from then on, you only have to follow the installer, as it will ask you for the needed data. Cheers PS: Notice that before ‘mode text’, there are actually TWO hyphens :) |
|
|
GREAT! Thanks! OK – Tell me if this process if this process is cool. 1) download the linux stack. THANKS FOR YOUR HELP!!! |
|
|
Ah – i can’t seem to get SSH access to the server. I can only get FTP access via my password. Can I execute the chmod command above from the >ftp command line? |
|
|
If the server is using Unix, I think it would be easier to use wget, and download the stack from there. |
|
|
No, you have to use ssh Can I have a link to the server hosting? |
|
|
I am lost here. The file wget was the mediawiki Linux stack (the link above) and I downloaded that. Are you talking about another program? |
|
|
not exactly sure what you mean…web.mae.cornell.edu? |
|
|
wget is a downloader, so by typing wget http://someserver/somefile.ext you will download ‘somefile.ext’ to the place in where you executed wget.
I meant the place in where you would like to place the mediawiki installation. I was wondering if they had some documentation to read so I could help you better :) |
|
|
Ah, I see. That’s over my head tho. I can tell you that both the linux and .exe stacks are on the server now via FTP. Its a school server/webspace in the engineering school. I am an arts and science student on an engineering team without one computer science engineer. I know how to use dreamweaver and thats it. (hence my automatic default to upload the entire file via FTP). There is no documentation to speak of, as they are assuming that I should know what I am doing. I contacted the help desk with your chmod command line, asking him to run it for me. Hopefully that will work. If not, I also asked for SSH access inorder to run the .bin file. |
|
|
BY THE WAY – THANK YOU FOR YOUR TIME AND PATIENCE. |
|
|
It seems this is a little more complicated than I thought it would be at the first time :( Are you allowed to run daemons in that server? The MediaWiki stack bundles with Apache (a web server) and MySQL (a database server), and both of them must be running so that the stack will work. If they allow you to do so, they will probably have to configure the server so that your webserver port is accessible from the outside.
You’re welcome :) |
