Just as laoshi said, if you are a Reports developer, deploying Reports to web server or SharePoint is same operation.
But in order to record my hard work, I write down the steps here:
Installation Steps:
1. Download and Install Windows 2012
Windows server 2012 evaluation (180 days)
2. Download SQL Server 2012 and install it in SharePoint integration model.
SQLFULL_ENU.iso and with SP1: SQLServer2012SP2-KB2958429-x64-ENU.exe
3. Download SharePoint 2013 evaluation and install it
trial key: NQTMW-K63MQ-39G6H-B2CH9-FRDWJ
Need to install software prerequisites then Install SharePoint 2013
4. Configure SharePoint
Register Reporting Service in SharePoint
After installation of SQL Server and SharePoint, I was going through the SharePoint Configuration Wizard.
got this error: “The specified user is a local account . Local account should only be used in stand alone mode”
Since I don't have a domain or AD setup here, I had to go with a different route.
I opened the SharePoint 2013 Management Shell from Windows Server Metro Tiles and typed the following
Don't be panic if it takes longer to get to the prompt, as it has to create the Administrator and the ConfigDB in the Database.
Once complete, you can reopen the Configuration Wizard and run again. You will now see the Database as configured before and can proceed with next steps.
5. Add an App (library) in SharePoint as a site for Reportshttp://www.cognitiveinfo.com/2013/ssrs-2012-sharepoint-2013-integrated-mode/
6.
Another reference:
http://www.someshinyobject.com/posts/server-2012-r2-and-sharepoint-2013-the-tool-was-unable-to-install-application-server-role-web
http://support.microsoft.com/en-us/kb/2765260
http://www.cnblogs.com/renzh/archive/2013/06/09/3129038.html