Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 931 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 931 Bytes

Build Status Code Coverage

angular-codeigniter-seed

Features

  • Single-page application (AngularJS)
  • Responsive (Bootstrap 3)
  • Multi-language
  • User manager
  • Role-based ACL

Requires

mcrypt

sudo apt-get install php5-mcrypt
sudo php5enmod mcrypt
sudo service apache2 restart

Installation

php api/index.php cli install
php api/index.php cli add administrator foo@bar.com password123

##Compatible with codeIgniter 3.0.2 change the line 101 on api/index.php so that the application leads to your system folder

##Credit Thanks to Richard McDaniel https://github.com/rmcdaniel