First thing you want to do before installing BeDrive is to create a new database on your mysql server. If you already know how to do this/or have already created one just skip to the next step.
Your host will most likely be running phpMyAdmin as mysql manager, if that's the case here's a step by step guide (if not the proccess will be very similar on other managers).
Login to your control panel, find and click phpMyAdmin link: Click on the database tab in the top menu, enter any name you like and click create.
After creating a database, unzpip the .zip file you donwloaded from CodeCanyon and upload the contents of BeDrive folder to your servers root folder (usually called www or html or something similar) or a sub-directory, shared hosting providers usually have a web based file manager, but you should use something like Filezilla to do the upload as the web based managers can cause various problems fairly often.
After you uploaded BeDrive files, simply open up your site url and follow on-screen instructions to finish the installation.
In order to make mail work (for password reset and other functions), you will need to register for a mandrill API key. Mandrill is used to avoid the many problems that occur when using public smtp servers (like gmail or your hostings private one). Here's how to get your API key.
To register for mandrill key go to this url, create a new account and then log in. Then click get api keys -> +add api key
Then simply copy mandrill api key and enter it into corresponding field ind admin area -> third party services and keys
In order to make payments system work, you will need to register with stripe. Stripe will handle all credit card information and payments so you don't need to worry about security.
To register for stripe go to this url, create a new account and then log in. Then at the top right click Your Account -> Account Settings -> API Keys
You will need to enter these keys into corresponding fields in admin area -> third party services and keys on your site.
You can use test keys to test that everything is working properly (you can get test credit card details here). Once you are ready to go to live mode, use live keys and switch your stripe to live mode from stripe dashboard
To make payments work you will need to create the plans you want to offer your users from stripe dashboard. To do this go to stripe dashboard, click plans on the left and then +new at the top.
The create plan panel should be self explanatory, there are just a few things to note, leave trial period days empty. And in the ID field enter how much space you want to offer your users with this plan. For example 100GB or 50MB or 1TB, BeDrive will use this value as a reference through your site so make sure it is spelled correctly.
Once you have created plans you want BeDrive will automatically generate payments panel with them for you so you don't need to do anything else.
For information on how to withdraw payments to your bank account visit this url.
Analytics page is powered by google analytics so you will need to register for google analytics and add their supplied code to your site. Here's how to do it.
Once you have created analytics account and entered it in settings page, go to admin area -> analytics, click on Access google analytics button, then click accept
And you are done. You can now easily view analytics information right from the admin area. You can also select different analytics account, property and view from the bottom of the page.
From users page, you can get an overview of your site users, create a new one, delete existing ones and edit their profile information.
From files page, you can get an overview of files uploaded by all your users and delete them.
From folders page, you can get an overview of folders uploaded by all your users and delete them.
On the settings page you can change various options on your site from your homepage view to user registration. There's a description under each options so you shouldn't have any troubles figuring out which setting does what.
It's really easy to translate BeDrive. Simply open up application/resources/lang/en/app.yml file with a text editor and enter your translations on the right.
From dashboard, files and folders can be uploaded by draging and droping them anywhere on the page (upload icon will start pulsing once you hower some files over the page) or clicking on orange upload button at the top. While items are bying uploaded you will see a progress panel at the bottom. Once they are upload you can edit, manage and organize them right away.
When user creates an account root folder is automatically created for them. This is where all files and sub-folders by default will be stored. New folders and sub-folders can be created by clicking orange folder button and the top. Once folder is created it can be selected from the left panel or from breadcrumbs and new files will be uploaded to that folder instead of root.
Deleted Files and Folders will be moved to trash first. Files and Folders currently in trash can bee seen by clicking on trash in the left panel. These items can easily be restored by right clicking on them and then clicking restore. Items deleted from trash will be removed permanently from database and filesystem and are impossible to restore.
Files and Folders uploaded recently can be found in Recent panel. 50 most recently uploaded or modified items will be displayed here.
Favorites page will display folders and files user has marked as favorite. Items can be marked as favorite by right clicking on them (or clicking more options button) and then clicking favorite.
You can search for files and folders from search bar at the top navbar. Clicking on auto-complete suggestions will show that items preview preview page while clicking on search button will show all results in the search page where full management options are available for matches.
Activity panel will show all the recent activity relevant to currently open folder (when files inside it were created, modified, deleted and more).
Various actions can be performed on uploaded files and created folders. To access these action you can right click on an item or click on more options button
Here is an explanation of all available actions:
You can easily change what is shown as your homepage from admin area -> settings. You can choose between Landing Page, Login Page or Custom Page. If you choose custom page you will need to enter a path (on your server) or a url (on the internet) to your custom .html file.
If you have any problems or questions, please use the contact form on BeDrive codecanyon page support tab to send us a message instead of doing it in the comments, so we can resolive it as fast as possible, thanks!
Social Login
In order make social login (logging in via google, twitter and facebook) work you will need to register for a corresponding app and get that services Client ID and Client Secret. Check out the section for each service for a detailed instruction for how to register and get those tokens. Once you've got your client id and secret simply enter them in corresponding field in admin area -> third party services and keys.