Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hi Hazel,
Awesome tutorial!
Unfortunately i keep getting an error at:
sudo usermod -aG www-data sammy
Terminal keeps responding with:
usermod: user 'sammy' does not exist
Of course I’m not using “sammy” but you most likely get what I mean. How can I fix this?
Everything has worked apart from one thing. I get this near the end of the installation: http://prntscr.com/6fd8a1 What am I doing wrong?
when trying : sudo mysql -Bse “grant all privileges on `phpBB`.* to ‘sammy’@‘localhost’;” -p I keep getting: ERROR at line 1: Unknown command ‘'’.
What the heck? I know it’s got to be obvious, but I just can’t seem to iron this one out.
Great tutorial!
I have one small problem. I’m running phpBB with Wordpress. I added the page to link widget so when you click on the Forums page you go to phpBB. To get this to work I had to rename the index.php file to phpbb3.php because WP uses/needs index.php to work. When I log in to phpBB it seems to call index.php because it puts me at WP’s main page. When I click the forum page again phpBB shows me as being logged in and works as it should. So it’s only logging into phpBB that seems to point back to the index.php page. Whats kinda cool is that when you log out it calls the index.php page which since I reset for WP it loads WP’s main page (this part I like lol).
Please help! I’m trying to create the MySQL user, but: error: ‘Access denied for user ‘root’@‘localhost’ (using password: YES)’ Hw can I fix this?
Hi there. I am having a problem granting privilages. I am getting the error ERROR at line 1: Unknown command ‘'’.
Any help appreciated. This is meaning that on the install my user has insufficient permissions I think
If i am hosting multiple sites,
Rather than /var/www/html/
can I have it at
/var/www/forum.domain.com/html ?
hey all,
Just want to recommend an addition to the guide here. If after the installation, you still get served with the Apache default page, then add “index.php” to the “/etc/apache2/mods-enabled/dir.conf” file BEFORE ‘index.html’.
sudo nano /etc/apache2/mods-enabled/dir.conf
<IfModule mod_dir.c>
DirectoryIndex index.php index.html index.cgi index.pl index.xhtml index.htm
</IfModule>
This will force the Apache server to load the index.php (from phpBB), instead of the index.html (the apache default ‘welcome’ page!)
Regards,
Hi, thanks for this guide, I found a good place to obtain all extensions & stylers dedicated to phpBB 3.1.x, 3.2.x & 3.3.x, here: http://www.ezcom-fr.com