Example project using CodeIgniter 3
- (Optional?) Run
composer install
- Run
touch database.sqlite
to create the file where the database will be - Make sure you have SQLite
- Run migrations using
php index.php migrate
(You might have to disable some paths inapplication/config/routes.php
) - (Optional?)
chmod +x server.sh
- Run
./server.sh
to start the server - Go to
http://localhost:8001/
and you should see an empty page showing "News articles"