Hi All,
I was trying to install a review board on my VM (Debian OS) for a test. I configured MySQL along with APACHE2 and went ahead with installation of review board using usual instructions given at https://www.reviewboard.org/docs/manual/dev/admin/installation/linux/ https://www.reviewboard.org/docs/manual/dev/admin/installation/creating-sites/ https://www.reviewboard.org/get/instructions/?org-type=business&product=rb&os=linux-deb&support-level=free and additionally https://www.vultr.com/docs/install-review-board-on-ubuntu-20-04/ https://www.vultr.com/docs/install-linux-apache-mysql-and-php-lamp-on-ubuntu-20-04-lts/ One completed i created a new review board site following the steps given here : https://www.reviewboard.org/docs/manual/dev/admin/installation/creating-sites/ I got a successful message that "the site has been installed in /var/www/<domainname>" . I gave the required permissions to apache server to access the data at: - /var/www/<domainname>/htdocs/media/uploaded - /var/www/<domainname>/htdocs/media/ext - /var/www/<domainname>/htdocs/static/ext - /var/www/<domainname>/data with cmd : $ sudo chown -R www-data:www-data /var/www/example.com I favored the python3 packages. but still i am not able to see my site running or even ping it. I tried pinging it but its not accessible ping <domainname> as well as ping <domainname>:8080 gives "ping: unknown host" to solve the ServerName problem, I added in the /etc/apache2/apache2.conf file; next line ServerName 127.0.0.1 The rest of the problem must come from the DNS declaration I tried to follow the advice on the following pages without success: https://httpd.apache.org/docs/current/vhosts/name-based.html https://httpd.apache.org/docs/2.4/vhosts/ip-based.html Any help how can i check if my site is up and running. Discussion similar to mine https://groups.google.com/g/reviewboard/c/WZKOa3gGnsY/m/Ak7qAtIwBwAJ -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/ Happy user? Let us know! https://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "Review Board Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/reviewboard/f29d8563-2951-4b21-9a0d-761897f800aan%40googlegroups.com.
