====== Getting Started ====== Radria tools have been designed for 2 types of users. - Web Designers - Web Developers ===== Web Designers ===== ==== Create a project ==== Point your web browser to where you have installed Radria. http://localhost/radria/ Click on the New icon. In the New Project form enter a Project Name and click on the **Submit** button. Leave all the other fields empty or with their default value. Your project is now created. Click on the name of your project to open it. Now you need to add packages. ==== Install Base Packages ==== In order to build your first design you will need to add a few packages to your project. Click on the Package icon, it will list all the packages available in the default repositories. Install the following packages by clicking on the Install link on the right of each package: field_color_picker template pagebuilder tiny_mce 2.0.5 shape_drawing Once those package are installed you will see on the left a new link: **PageBuilder** ==== PageBuilder ==== PageBuilder will be the main tool you will use to create Web Designs. To learn more on how to use the PageBuilder check the [pagebuilder:User Documentation] Also take a look at our video tutorial. Once your Web Site is completed you can take a look at [[howto:Publish a Site]] to upload it with FTP. ===== Web Developers ===== ==== Create a project ==== Point your web browser to where you have installed Radria. http://localhost/radria/ Click on the New icon. In the New Project form enter a Project Name, add the information for a new Database and user, and click on the **Submit** button. Your project is now created. A new database as been created as well as a new user to access this database. Click on the name of your project to open it. Now you need to add packages. ==== Install Base Packages ==== In order to build your first design you will need a few packages added to your project. Click on the Package icon, it will list all the packages available in the default repositories. Install the following packages by clicking on the Install link on the right of each package: field_color_picker template pagebuilder tiny_mce 2.0.5 geshi editarea_0_6 7 syntaxhighlight report_template pb_addon_database sqldesigner 1.3.3 Once those package are installed you will see on the left 2 new link: **PageBuilder** and **SQL Designer** ==== WebIDE ==== Use The WebIDE to create your Database Tables, customize registry, create forms and data view (report). For more information take a look at [[tools:WebIDE]] documentation. ==== PageBuilder ==== PageBuilder is where the User Interface of your application is created. To learn more on how to use the PageBuilder check the [pagebuilder:User Documentation] Also take a look at our video tutorial on how to use the PageBuilder database features. ==== SQL Designer ==== SQL Designer is a fully web based Database Schema design created by Ondřej Žára. The official web site is at: http://ondras.zarovi.cz/sql/ You can use it to Design the schema of your database. At this point the Export / Import functionality with WebIDE or MySQL are not very intuitive. So when your database is designed you have to create it in WebIDE.