Built Backend Administrator for real Internet / Intranet web application Easier , Faster , Proffessional

Installing LCRUD version 2

No comments

Before you install LCRUD V2 , make sure your Server meet minimun requirement
To be able to install LC v2 , you must have the following items installed :

  • Apache, nginx, or another compatible web server.
  • PHP 5.3. >> Higher
  • MySQL Database server
  • Module Re_write server ( .htaccess feature )
  • PDO module 
Now lets install LCRUD V2


Step1 : Upacking and Upload Source files 

  1. Download ZIP package and unzip it.
  2. In unzipped folder you will find folder directory like bellow.
    • source
    • database
    • documentation
  3. Create app directory on your web directory server
  4. Simply put all files source to your new app folder at your server

Step 2 : Create New Database 

You need to create new database , you can use phpmyadmin or any mysql databse tools such maestro , sqlyog etc
After new database created , now import database/database.sql file into your new database

Step 3 : Setting Application

Open protected/app/config/app.php file using your favorite php editor
http://127.0.0.1/your_application/
Open protected/app/config/database.php file using your favorite php editor
    'mysql' = array( 'driver' => 'mysql', 'host' => 'your_mysql_localhost', 'database' => 'your_laravel_databse', 'username' => 'your_mysql_user', 'password' => 'your_mysql_pass', 'charset' => 'utf8', 'collation' => 'utf8_unicode_ci', 'prefix' => '', ),

Step 4 : Testing Application 

Now access your application via your favorite browser
http://127.0.0.1/your_application/
Default Login :
Email Address : superadmin@mail.com
Password : password 

Any question please comment here .

GOOD LUCK mate ;)

 

No comments :

Post a Comment