This is an old revision of the document!
Setup and configure a Tremulous 1.3 server on Ubuntu 16.04 LTS
Minimum recommended specs: Single-core Virtual Dedicated Server 1 GB RAM
<Code:php linenums:1 |Example #1 Our first PHP script: hello.php> <html>
<head> <title>PHP Test</title>
</head> <body> <?php echo '<p>Hello World</p>'; ?> </body> </html> </Code>