damcinnis 0 Posted July 9, 2013 Report Share Posted July 9, 2013 I may be missing the obvious but is there someplace that describes how to install and run the code provided in the example files? 1. I have installed Yii 2. I have created the database and populated it using the sql code provided. 3. I have moved the CMS files over to the protected directories. 4. I have confirmed that main.php has database data for the cms application So I am thinking everything should be good, except i need a username (email) and password to login. Lost, please help, David Quote Link to post Share on other sites
Larry 428 Posted July 10, 2013 Report Share Posted July 10, 2013 The code you've downloaded is not a complete, working example. It's a bunch of code that implements many of the things explained in the book. It's not intended that you can just do the steps you've done and have a working CMS. The intention is to say you typing in code (or to allow you to more accurately cut and paste). So you'll need to read the book to see how one would login and use the site and such. For example, in an early chapter how you'd login will be different than it is in an older chapter. Quote Link to post Share on other sites
Raymien 0 Posted August 6, 2013 Report Share Posted August 6, 2013 Yes, the code is not complete, but it would be nice to know the password you used on the sample data. :-) it does appear to be all the same password though. Drumroll please, the password is "password" ;-) Ray Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.