Stuck Instalation On Processing

i add the code to see the error that cause and i get this:

(i use php7 on VPS server ubuntu with all extensions enabled)

ProcessingCreating addon_descriptions table Creating addons table Creating bm_block_statuses table Creating bm_blocks table Creating bm_blocks_content table Creating bm_blocks_descriptions table Creating bm_containers table Creating bm_grids table Creating bm_layouts table Creating bm_locations table Creating bm_locations_descriptions table Creating bm_snapping table Creating categories table Creating category_descriptions table Creating common_descriptions table Creating companies table Creating company_descriptions table Creating countries table Creating country_descriptions table Creating currencies table Creating currency_descriptions table Creating destination_descriptions table Creating destination_elements table Creating destinations table Creating ekeys table Creating exim_layouts table Creating images table Creating images_links table Creating installed_upgrades table Creating language_values table Creating languages table Creating localization_descriptions table Creating localization_elements table Creating localizations table Creating logos table Creating logs table Creating menus table Creating menus_descriptions table Creating new_orders table Creating order_data table Creating order_details table Creating order_docs table Creating order_transactions table Creating orders table Creating original_values table Creating page_descriptions table Creating pages table Creating payment_descriptions table Creating payment_processors table Creating payments table Creating privileges table Creating product_descriptions table Creating product_feature_variant_descriptions table Creating product_feature_variants table Creating product_features table Creating product_features_descriptions table Creating product_features_values table Creating product_file_descriptions table Creating product_file_ekeys table Creating product_file_folder_descriptions table Creating product_file_folders table Creating product_files table Creating product_filter_descriptions table Creating product_filters table Creating product_global_option_links table Creating product_option_variants table Creating product_option_variants_descriptions table Creating product_options table Creating product_options_descriptions table Creating product_options_exceptions table Creating product_options_inventory table Creating product_popularity table Creating product_prices table Creating product_subscriptions table Creating product_tabs table Creating product_tabs_descriptions table Creating products table Creating products_categories table Creating profile_field_descriptions table Creating profile_field_values table Creating profile_fields table Creating profile_fields_data table Creating promotion_descriptions table Creating promotions table Creating quick_menu table Creating sales_reports table Creating sales_reports_descriptions table Creating sales_reports_elements table Creating sales_reports_intervals table Creating sales_reports_table_conditions table Creating sales_reports_table_descriptions table Creating sales_reports_table_element_conditions table Creating sales_reports_table_elements table Creating sales_reports_tables table Creating sessions table Creating settings_descriptions table Creating settings_objects table Creating settings_sections table Creating settings_variants table Creating settings_vendor_values table Creating shipment_items table Creating shipments table Creating shipping_descriptions table Creating shipping_rates table Creating shipping_service_descriptions table Creating shipping_services table Creating shippings table Creating sitemap_links table Creating sitemap_sections table Creating state_descriptions table Creating states table Creating static_data table Creating static_data_descriptions table Creating status_data table Creating status_descriptions table Creating statuses table Creating storage_data table Creating stored_sessions table Creating tax_descriptions table Creating tax_rates table Creating taxes table Creating ult_language_values table Creating ult_objects_sharing table Creating ult_product_descriptions table Creating ult_product_option_variants table Creating ult_product_prices table Creating ult_status_descriptions table Creating user_data table Creating user_profiles table Creating user_session_products table Creating usergroup_descriptions table Creating usergroup_links table Creating usergroup_privileges table Creating usergroups table Creating users table Creating views table ProcessingCleaningProcessingProcessing

What do you see in the server error logs?

where can i find these?

apach2 error log:

PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/20151012/php_curl.dll' - /usr/lib/php/20151012/php_curl.dll: cannot open shared object file: No such file or directory in Unknown on line 0
[Wed Dec 07 06:25:04.775068 2016] [mpm_prefork:notice] [pid 2785] AH00163: Apache/2.4.10 (Debian) configured -- resuming normal operations
[Wed Dec 07 06:25:04.775144 2016] [core:notice] [pid 2785] AH00094: Command line: '/usr/sbin/apache2'

It looks like curl isn't installed.

yes, i rebuilded my droplet and i followed the instructions from:

http://docs.cs-cart.com/4.4.x/install/digitalocean.html

now everything works great

thank you