cbll
cbll

Reputation: 7219

Bootstrap integration into PHP(CodeIgniter) - Setup?

The results I get when I google are a bit outdated. How should I integrate the SB Admin 2 bootstrap theme into the PHP framework codeigniter?

From a more noob perspective, how would I set up the server environment to test it out locally? XAMPP does not appear to work for me on Lubuntu 14.04(LXDE), Apache server never starts up.

I use PHPStorm as my IDE.

Sorry for the beginner question, but I've started over on this project 5 times now because things mess up.

Upvotes: 0

Views: 1077

Answers (1)

c5n8
c5n8

Reputation: 83

this tutorial can get help you to setup the environment, apache is included in this php package

http://www.dev-metal.com/install-setup-php-5-6-ubuntu-14-04-lts/

Upvotes: 1

Related Questions