Report this

What is the reason for this report?

how to upload CodeIgniter project to digital ocean server.

Posted on September 30, 2021

Hi, I’m new to using cloud servers and just finished a few web dev projects. I have a portfolio site in the Codeigniter framework that I’d like to upload to Digital Ocean. I already done the installation of the CodeIgniter know I want to upload the project data to my server.



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!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hello,

What I could suggest is the following:

  • First, to get your server ready, install PHP, MySQL and Nginx. You can follow the steps on how to do that here:

https://www.digitalocean.com/community/tutorials/how-to-install-linux-nginx-mysql-php-lemp-stack-ubuntu-18-04

  • Once that has been done, what you could do is to push your local Codeigniter project to GitHub as described here:

https://www.digitalocean.com/community/tutorials/how-to-push-an-existing-project-to-github

  • Once you have your project added to GitHub you could access your server, and use the git clone command to clone the project from GitHub to your server

Alternatively, what you could do is to use SFTP to upload your project files to your server without using Git and Github:

https://docs.digitalocean.com/products/droplets/how-to/transfer-files/

Let me know how it goes! Best, Bobby

The developer cloud

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

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.