Skip to content

Commit ac56dc8

Browse files
committed
Merge branch '2' into spark
2 parents 4b0345e + 1458422 commit ac56dc8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+3001
-440
lines changed

README.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,31 @@ the code and added new features.
99
This version drops any backwards compatibility and makes things even more
1010
awesome then you could expect.
1111

12-
###Documentation
12+
##Documentation
1313
Documentation is located at http://benedmunds.com/ion_auth/
1414

15-
###Installation
15+
##Installation
1616
Just copy the files from this package to the correspoding folder in your
1717
application folder. For example, copy Ion_auth/config/ion_auth.php to
1818
system/application/config/ion_auth.php.
19+
20+
###Relational DB Setup
1921
Then just run the appropriate SQL file (if you're using migrations you can
2022
get the migrations from JD here:
21-
https://github.com/iamfiscus/codeigniter-ion-auth-migration).
23+
https://github.com/iamfiscus/codeigniter-ion-auth-migration).
24+
25+
###MongoDB Setup
26+
Integrate the following projects to enable MongoDB support in CodeIgniter:
27+
28+
CodeIgniter MongoDB Active Record Library - http://github.com/alexbilbie/codeigniter-mongodb-library/tree/v2
29+
CodeIgniter MongoDB Session Library - http://github.com/sepehr/ci-mongodb-session
30+
31+
Set $config['use_mongodb'] = TRUE; in the config file and then run the following command:
32+
33+
$ mongorestore sql/mongo
34+
2235

23-
###Usage
36+
##Usage
2437
In the package you will find example usage code in the controllers and views
2538
folders. The example code isn't the most beautiful code you'll ever see but
2639
it'll show you how to use the library and it's nice and generic so it doesn't

0 commit comments

Comments
 (0)