> ## Documentation Index
> Fetch the complete documentation index at: https://kb.hosting.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Installing PHProjekt using Softaculous

> Learn how to setup PHProjekt with 1-Click using Softaculous. Just follow our easy step-by-step PHProjekt install guide.

This article describes how to install PHProjekt using the Softaculous installer in cPanel.

<Note>
  This application is only available in Softaculous Premium. If you need further assistance, please open a ticket at [https://my.hosting.com](https://my.hosting.com).
</Note>

## Installing PHProjekt

You can have PHProjekt up and running on your web site in minutes by using the Softaculous application installer in cPanel.

To install PHProjekt using Softaculous, follow these steps:

1. Log in to cPanel.
   > 📘 Note
   >
   > If you do not know how to log in to your cPanel account, please see [this article](/docs/accessing-cpanel).
2. On the **Tools** page, in the **Softaculous Apps Installer** section, click **Softaculous Apps Installer** (or any of the icons under **Scripts** or **Categories**).
3. In the **Search** text box, type `phprojekt` and then press Enter.
   > 📘 Note
   >
   > Alternatively, you can use the navigation pane on the left side. To do this, click **Project Management** , and then click **PHProjekt** .
4. Click **Install**. The installation page appears.
5. In the **Choose Protocol** list box, select the protocol.
   > 📘 Note
   >
   > If you have an SSL certificate installed on your site, select **https\://** or [**https://www**](https://www) . If you do not have an SSL certificate installed on your site, select **http\://** or [**http://www**](http://www) .
6. In the **Choose Domain** list box, select the domain for installation, or accept the default value.
7. In the **In Directory** text box, type the directory where you want to install the application, or accept the default value.
   > 👍 Tip
   >
   > If you want your domain name to go directly to the application, make sure the **In Directory** text box is blank.
8. In the **Data Directory** text box, type the directory where you want to store application data, or accept the default value.
9. In the **Admin Username** text box, type the administrator username.
10. In the **Admin Password** text box, type the administrator password.
    > 🚧 Important
    >
    > Make sure that you choose a strong password! The Softaculous installer provides a ranking for your password's strength, and turns green when the password is strong. Alternatively, you can click the <img src="https://static.hosting.com/kb/kb-softaculous-randompassword.gif" alt="Random Password icon" /> icon next to the **Admin Password** text box, and Softaculous generates a strong, random password for you.
11. In the **Admin Email** text box, type the site administrator e-mail address.
12. Click the <img src="https://static.hosting.com/kb/kb-softaculous-advancedoptions.gif" alt="Advanced Options icon" /> icon to expand **Advanced Options**.
13. In the **Database Name** text box, type the name of the database to create for the application, or accept the default value.
14. If you do not want to receive e-mail notifications when application updates are available, select the **Disable Update Notifications Emails** check box.
    > 🚧 Important
    >
    > We **strongly** recommend that you receive e-mail notifications when application updates are available. Keeping your site updated helps prevent unauthorized access attempts and data loss.
15. In the **Backup Location** list box, you can select a location to store application backups.
16. In the **Automated backups** list box, you can select whether or not Softaculous makes periodic backups of your application.
17. In the **Backup Rotation** list box, you can select how often Softaculous overwrites the oldest backup file with a new backup file.
18. To receive site configuration information after the installation is complete, type an e-mail address in the **Email installation details to** text box.
19. Review the installation options and settings, and then click **Install**. When installation is complete, Softaculous provides information about the application's configuration.

## Configuring PHProjekt

After you install PHProjekt, you may need to complete some additional configuration steps to access the application. To do this, follow these steps:

1. Use a web browser to go to your PHProjekt installation at `http://www.example.com/phproj`. Replace *example.com* with your web site's domain name.
2. If you receive an "Internal Server Error" message, you must use a custom php.ini file to disable the PHP magic quotes directive on your web site. For more information about how to do this, please see [this article](/docs/php-magic-quotes-directive).
3. Additionally, you must enable the pdo.so and pdo\_mysql.so extensions in the custom php.ini file. Copy and paste the following text into your php.ini file:

```text theme={null}
extension="pdo.so"
extension="pdo_mysql.so"
```

4. You should now see the PHProjekt login page when you go to [http://www.](http://www.) *example.com* /phproj.

## More information

For more information about PHProjekt, please visit [https://github.com/mayflower/PHProjekt](https://github.com/mayflower/PHProjekt)

## Related articles

* [How to manage your applications in Softaculous](/docs/manage-your-applications)
