Tuleap Installation Error - web

I have installed Tuleap following the documentation on CentOS release 6.10 (Final).
(2.6.32-754.3.5.e16.x86_64 )
On a VM through VMware.
I gave the domain name 192.168.30.222.
I am unable to reach it through the browser. Timed out.
I am able to ping.
Ports 80, 443, 22 are open.
I am able to SSH into the server, but its logging into root.
What am I doing wrong?

Nvm. Got it working. I had not installed the expected dependencies in it. Like php.

Related

Getting the following error when doing an NPM install (NJS-054)

While trying npm install I get NJS-054 error which is related to the oracledb client. However, the code works just fine when on the local machine. Could anyone help me with the error?
It seems that your machine can't find GitHub host.
Map GitHub IP to github.com at the hosts file:
hosts file location on Windows: C:\Windows\System32\drivers\etc\hosts
140.82.118.4 github.com
Installing node-oracledb 4 no longer needs GitHub access so installing will be easier.
Regardless of the install problems, version 2.3 is very old so you should consider upgrading. You may need a new Node.js release: 8.16, 10.6, 12 or later.

Run artifactory on browser

I installed artifactory on linux server. I want to know how to check whether it is properly installed.
Secondly, I want to use it's user interface on google chrome. From where I can get SERVER_DOMAIN and PORT number for it's url from installed files on server?
Thanks in advance.
Your question is a bit vague.
How did you installed it (ZIP, RPM, Docker, Deb...)?
Which database you used (default, Oracle, MySQL etc..)? You can see if the server is up and running by running the following REST API from the machine you have installed it on:
curl -iuadmin:password localhost:8081/artifactory/api/system/ping
Regarding the IP, this can be checked by running 'ifconfig' on the linux server and get the IP of that machine.
Artifactory by default is running on port 8081, unless you changed it.
It seems that you will need to follow the basic installation wiki:
https://www.jfrog.com/confluence/display/RTF/Installing+Artifactory

Cannot connect to tomcat server

I am trying to install tomcat in a Ubuntu Server machine.
At first i installed tomcat8 through apt-get and i was able to connect. Then i tried to add some webapps for dspace, and from the time i added them, i cannot connect to the 8080 port. I removed the webapps and still i couldn't connect.
I already tried to reinstall tomcat, then i manually installed tomcat and i also tried tomcat 7 and 9, but i couldn't resolve my problem.
I tried to change the port, and I had the same problem. Also there are no other programs using this port.
I tried apache server at port 8080 and it works, so there shouldn't be a problem with my provider or firewall.
Also, the catalina.out log doesn't have any warnings.
Any ideas before I make a fresh install of the Server?
Just minutes after i posted this, the server responded to the browser after 10 minutes waiting.
I found this solution and it worked
Tomcat7 starts too late on Ubuntu 14.04 x64 [Digitalocean]

Buster static page generator generate does not work under ubuntu

I've ghost bloggind platform based on node.js installed locally on ubuntu 16.04 under var/www.
http://localhost:2368/ghost/ works perfectly. I can add new posts, etc.. However while running buster generate in the console from the var/www directory I got the following error :
Connecting to 127.0.0.1:2368... failed: Connection refused.
I'm totally new to linux, servers, node.js...
Is it something about permissions ? Should I change something with chmod/chown ?
Is it something related to Apache ?
Thanks for your help

Installing puppet on CentOS 7

At the moment I have a little issue with installing/downloading puppet on CentOS 7.
The command that have been used is:
'sudo rpm -ivh https://yum.puppetlabs.com/puppetlab...l-7.noarch.rpm'
Then I'm getting the following error:
'Retreiving https://yum.puppetlabs.com/puppetlab...l-7.noarch.rpm
curl: (6) could not resolve host: yum.puppetlabs.com; unkown error
error: skipping https://yum.puppetlabs.com/puppetlab...l-7.noarch.rpm transfer failed'
The link (above) is working whenever I try to download it outside of Linux / VirtualBox, but not inside.
Also ping some random website doesn't work but I have read that's a commmon issue at VirtualBox.
It even can't ping my own router, and it's giving me this error:
'connect: Network is unreachable'
At the moment I have put the network options to NAT.
I'm running CentOS inside VirtualBox.
Anyone know the issue of this error ?
Thanks in advance.
Tagging your post with VirtualBox might help.
But anyway, the most common cause of this is VirtualBox DNS problems, I usually just change the nameserver in /etc/resolv.conf to 8.8.8.8 and that fixes it. You can also just reload the VM.
The solution to this problem is by simply reïnstalling. Installed some packages and turning the internet connection switch on before the installation (doh)

Resources