L
L
LittleJoO2015-10-15 11:27:43
Computer networks
LittleJoO, 2015-10-15 11:27:43

Need help with a website, how to manage it?

From the previous admins, I got a local site on ubuntu, I have no experience with Linux, is there a chance to deal with the site? The authorities remembered that we have some kind of corporate portal, which it would not be bad to revive.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
F
Foo Bar, 2015-10-15
@LittleJoO

Too little input to answer. But there is always a chance :)
Look at what is installed as a web server, it's probably Apache or nginx, maybe even Catalina. When you find out what web server is, look at the DBMS, maybe it is deployed on the same machine, if not, then look later.
After you have found a web server, you need to get into its configs and look at the working directory with web projects.
In the project directory, look for the configuration file with the details of the connected database. It is also possible that the details are stored in environment variables. By these details you will understand where the base lies.
So what do you need:
1. SSH access to the server. Check the command mc or midc, maybe there is a shell for convenient work. If not, then with simple commands - cd - change the current directory, ls - list of files, cat - file contents.
2. Commands to start / stop the web server - you can google it easily.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question