SQLite Installation
From DreamFactory
Drivers
Apt
- For Mint, Debian, Ubuntu run the following command:
<source lang=bash>sudo apt-get install php5-sqlite</source>
- Restart Apache:
<source lang=bash> sudo service apache2 restart</source>
Yum
- For CentOS, Fedora, Red Hat run the following command:
<source lang=bash> yum install php5-sqlite3</source>
- Restart Apache:
<source lang=bash> sudo apachectl restart</source> or <source lang=bash>sudo service httpd restart</source>