Migrate wordpressmu buddypressPekerjaan

Filter

Pencarian saya terakhir
Filter menurut:
Anggaran
hingga
hingga
hingga
Jenis
Keahlian
Bahasa
    Pernyataan Pekerjaan
    2,000 migrate wordpressmu buddypress pekerjaan ditemukan, seharga USD

    Halo om bahrul, Saya butuh untuk modifikasi plugin buddypress kecil2an nih, tp banyak sepertinya. Ada waktu luang kah? Thanks

    $20 (Avg Bid)
    $20 Rata-rata
    1 penawaran

    Saya mempunyai templat event dan woocommerce yang sudah jadi, saya perlu mengintegrasi Buddypress di dalamnya. Saya perlu coding untuk pengaturan buddypress serta css stylingnya, semua harus dicoding di child theme dan sesuai dengan wordpress standard. We have an event website template with woocommerce ready to go, but we would like to integrate buddpress in the website. We will need someone to code modification so that the template will be buddypress friendly. All coding must be done on child theme and in accordance to wordpress standard.

    $23 (Avg Bid)
    $23 Rata-rata
    9 penawaran

    Saya mempunyai templat event dan woocommerce yang sudah jadi, saya perlu mengintegrasi Buddypress di dalamnya. Saya perlu coding untuk pengaturan buddypress serta css stylingnya, semua harus dicoding di child theme dan sesuai dengan wordpress standard.

    $16 (Avg Bid)
    $16 Rata-rata
    1 penawaran

    BuddyPress Conditional Members & Groups This Wordpress Buddypress plugin will seperate members and groups in a Wordpress Multisite install. You will write a small plugin that will have the following features and capabilities: - Buddypress members will get a new tab "Sites" in which they will be able to check or uncheck sites in the network of which they would like to be a member - Members are added to each site by default by buddypress, this plugin will add one extra field in each site's buddypress user table: "visibility" - If member does not belong to a certain site the value will be "0", if they do the value is "1" - When loading the buddypress members list on the frontend, only the memb...

    $84 (Avg Bid)
    $84 Rata-rata
    4 penawaran

    BuddyPress Conditional Members & Groups This Wordpress Buddypress plugin will seperate members and groups in a Wordpress Multisite install. You will write a small plugin that will have the following features and capabilities: - Buddypress members will get a new tab "Sites" in which they will be able to check or uncheck sites in the network of which they would like to be a member - Members are added to each site by default by buddypress, this plugin will add one extra field in each site's buddypress user table: "visibility" - If member does not belong to a certain site the value will be "0", if they do the value is "1" - When loading the buddypress members list on the frontend, only the memb...

    $43 (Avg Bid)
    $43 Rata-rata
    3 penawaran
    Migrate WordPress Blog Content 6 Hari left
    TERVERIFIKASI

    I need a skilled freelancer to shift my existing blog posts and their corresponding comments from my current WordPress site to a new WordPress hosting site. This will include the following: - Migration of blog posts and comments with utmost attention to detail - Ensuring a smooth transition without any data loss or downtime - Preserving existing URLs (if possible) to maintain SEO The ideal freelancer should have: - Experienced in WordPress migration - Excellent problem-solving skills, as issues often arise during migration - Proficient in database handling, as the integrity of the posts and comments will need to be maintained - Knowledge of SEO, as the URLs should be kept the same, if possible Please only bid if you are confident in completing the work and have prior experience in sim...

    $131 (Avg Bid)
    $131 Rata-rata
    74 penawaran

    I'm looking for a professional to help migrate our Hubspot data to Microsoft Dynamics 365 Sales. Key Requirements: - Migrate Contacts, Companies, Tasks, Activities, Deals, and Calls from Hubspot to Microsoft Dynamics 365 Sales. - Create custom data fields or entities in Microsoft Dynamics 365 Sales as required to accommodate the Hubspot data. - The Hubspot database contains 10,000 contacts. Ideal Candidate: - Prior experience with data migration from Hubspot to Microsoft Dynamics 365. - Proficient with data migration tools and processes. - Familiar with creating custom data fields and entities in Microsoft Dynamics 365 Sales. - Attention to detail to ensure accurate data transfer. Please only respond if you have experience and can guarantee a smooth, error-free migrat...

    $113 (Avg Bid)
    $113 Rata-rata
    9 penawaran

    I am looking for a freelancer capable of creating an extension adaptable to Buddypress and/or Budyboss which allows you to record and publish audio as a post for a community type site. Urgent project, tell me if you have understood my request correctly and what your price would be for it.

    $156 (Avg Bid)
    $156 Rata-rata
    32 penawaran

    I'm looking for a professional who can help me design a plan to automate my business analytics workflow and migrate the existing PowerBI setup to Tableau. Key Tasks: - Data Cleaning & Preprocessing: Streamlining the data cleaning process will be crucial to ensure accurate insights. - Data Integration & Transformation: Integration of data sources will be essential to provide a comprehensive analysis. - Data Visualization & Reporting: Building a robust reporting system will be necessary for clear, concise insights. - Automation & Migration: Implement RPA to automate repetitive tasks and ensure a smooth transition from PowerBI to Tableau. Skills Required: - Proficiency in PowerBI, Tableau, MicroStrategy, Excel, RPA, Data Bricks, Postgres SQL, and Python. - Expe...

    $26 (Avg Bid)
    $26 Rata-rata
    9 penawaran
    Vibrant WordPress Designer Needed 5 Hari left
    TERVERIFIKASI

    ...project deadlines. - Knowledge of SEO best practices and website optimization techniques is a plus. This is an exciting opportunity for a skilled WordPress Developer to showcase their abilities and contribute to the success of our business. Help us create a professional and engaging website that effectively represents our brand. Our current website focuses on MSP services, but we would like to migrate it to a new host (already in place) and switch the service offerings from MSP services to email domain authentication services such as DMARC, SPF, DKIM, MTS, BIMI, and email deliverability. . We're looking for both content creation and website design. The resource hired will need to look at other DMARC and email deliverability websites for inspiration and language. Please no...

    $477 (Avg Bid)
    $477 Rata-rata
    116 penawaran

    I'm in need of a skilled professional with a solid background in Apache and Linux web server management and PHP. - The task is to migrate my current Apache web server, which is running on a Linux platform, to a new and faster server. - You should have strong experience in Linux systems, Apache servers and PHP. - Experience in server migration is highly desirable. - Knowledge of best practices for optimizing web server performance is a must. There are any business Domains and any Email Accounts running on it. All this must Work again 1 to 1. Also setup cpanel with New Webserver

    $68 (Avg Bid)
    $68 Rata-rata
    42 penawaran

    ..."src_token" # Destination Jira instance dst_jira_url = "(link unavailable)" dst_token = "dst_token" # Get all issues from source Jira instance src_issues_url = f"{src_jira_url}/rest/api/2/search" src_issues_response = ( src_issues_url, headers={"Authorization": f"Bearer {src_token}"} ) src_issues = ()["issues"] # Iterate over issues and migrate attachments for issue in src_issues: issue_key = issue["key"] print(f"Migrating attachments for issue {issue_key}...") # Get attachments from source Jira instance src_attachments_url = f"{src_jira_url}/rest/api/2/issue/{issue_key}/attachments" src_attachments_response = ( src_attachments_url, ...

    $29 (Avg Bid)
    $29 Rata-rata
    17 penawaran

    I'm looking for a proficient Angular developer with experience in migrating from AngularJS/CoffeScript to TypeScript. Looking for someone to migrate 2 frontend components from CoffeeScript to TypeScript. Key Project Details: - Both frontend components, Component A and Component B, need to be migrated. - You will be provided with setup instructions and a migration guide to facilitate the process. Expected Freelancer Proficiency: - I am looking for an expert in TypeScript with a strong background in Angular. Deliverables: - Successfully migrate Component A and Component B to TypeScript. - Ensure the migrated code is functioning correctly within the project. Ideal Skills: - Expertise in TypeScript and Angular. - Proficiency in refactoring code from CoffeeScript to ...

    $102 (Avg Bid)
    $102 Rata-rata
    20 penawaran

    I'm in need of a data entry specialist who can help me migrate text data from digital files into a new system. The job includes: - Transferring content: You'll be responsible for accurately re-typing the text data from the provided digital files. This requires great attention to detail to ensure there are no errors in the migration process. - Ensuring data integrity: The text data is crucial for my project, so maintaining the original meaning and structure is key to ensure the integrity of the transferred content. Ideal candidates for this project should have: - Proven experience in data entry, especially in content migration. - Exceptional attention to detail. - Proficiency in English (or the language of the text data provided) to ensure accurate transcription. - Good t...

    $448 (Avg Bid)
    $448 Rata-rata
    11 penawaran

    I'm looking for a WordPress expert to migrate my site. It's important that the custom themes on the site are taken into account during the migration process. Key Requirements: - Expertise in WordPress site migration, ensuring that the site is successfully moved to the new hosting provider without any issues. - Proficiency in dealing with custom themes in WordPress and ensuring they are properly configured post-migration. - Attention to detail to ensure that the site looks and functions exactly as it did prior to migration. I have access to all the necessary hosting and domain management accounts, so the migration should be straightforward for an experienced professional.

    $44 (Avg Bid)
    $44 Rata-rata
    67 penawaran

    I'm seeking a skilled database developer to help me successfully migrate my database from .NET Framework 4.8 + EF6 + AspNet Identity to .NET 6 + EF Core + Identity. The database size is small - less than 1 GB, but it's crucial that user data is meticulously preserved during this transition. Key Tasks: - Perform data migration without any data loss. - Ensure the user login system and roles functions seamlessly in the new system. Ideal candidate should have: - Proven experience in .NET Core and EF Core migrations. - Strong attention to detail, particularly regarding user data. - Proficiency with user login systems in a .NET environment. Attached is the project source.

    $179 (Avg Bid)
    $179 Rata-rata
    32 penawaran

    I am currently using ZOHO Books and am looking to migrate to Odoo Accounting. I need an Excel expert to help with the migration process. Key Tasks: - Migrate complete set of invoices and bills from ZOHO Books to Odoo Accounting. - Transfer all customer and vendor details accurately to Odoo. - Ensure that financial reports are maintained and migrated correctly. Ideal Candidate: - Proficient in both ZOHO Books and Odoo Accounting software. - Excellent experience in data migration and Excel. - Familiar with maintaining and handling large databases. - Detail oriented, ensuring data integrity throughout the process. This is a large scale project as my current ZOHO Books database exceeds 1000 records. I need someone who can efficiently and effectively handle the migration proc...

    $8 / hr (Avg Bid)
    $8 / hr Rata-rata
    12 penawaran

    I have lost my old server I want to build a new one - setup WHM cPanel & migrate 2 website on it the website are on Python & laravel my Bud Get is 6 0 A u D

    $27 (Avg Bid)
    $27 Rata-rata
    29 penawaran

    I'm in need of a professional who can optimize the storage of my VPS server running on the Intel operating system. The goal is to make sure there is enough space on ssd storage to migrate my website to other hosting provider Key Points: - Identify files that are not required and free some storage from the ssd disc so that the migration could be done

    $19 (Avg Bid)
    $19 Rata-rata
    10 penawaran

    I'm looking for an experienced cloud engineer who specializes in migrating Windows Server images to AWS. Key Requirements: - Proven experience with Windows Server migration to AWS - Ability to handle a Windows Server image of less than 100GB - Proficient in setting up auto-scaling and managing database services post-migration. - ASPnet old version is running in windows server 8. Need to migrate everything in other machine in cloud. Applicants should be able to provide references of similar projects. This project demands a highly skilled individual who can efficiently manage every step of the migration process and post-migration services.

    $12 / hr (Avg Bid)
    $12 / hr Rata-rata
    8 penawaran
    Shopify Store Migration & Design 3 Hari left
    TERVERIFIKASI

    I'm in need of a professional Shopify expert who can migrate my WooCommerce store data to a new Shopify store, and help design a fresh, visually appealing online shop. Key Requirements: - Expertise in migrating data from WooCommerce to Shopify while maintaining product information and order history. - Experience in designing Shopify stores, focusing on user experience and conversion optimization. - Ability to suggest and implement appropriate themes based on best practices for physical goods stores. - Strong communication skills to understand my brand and design preferences. Please note, I'm looking for a Shopify store that is not only visually attractive but also functional and easy to navigate. Your experience in creating successful ecommerce sites will be a big advan...

    $643 (Avg Bid)
    $643 Rata-rata
    121 penawaran

    I'm seeking a talented Shopify expert who can help me transfer my existing site to a new Shopify platform. Key Responsibilities: - Migrate all existing product descriptions, images and unique content to the new Shopify site - Ensure that the design of the new site is a perfect replica of the old one - Maintain the site's current functionality and user experience Ideal Skills: - Proficiency in Shopify platform - Experience in site migration and content transfer - Attention to detail and ability to replicate existing design - Understanding of e-commerce and user experience - Ability to meet deadlines and work independently This project involves a detailed migration process, so please ensure you have the necessary expertise before applying.

    $157 (Avg Bid)
    $157 Rata-rata
    88 penawaran
    WordPress Theme Migration 2 Hari left
    TERVERIFIKASI

    I need a professional to help me migrate my website from an old theme to a new one. Key Responsibilities: - Migrate all existing content to the new theme without any loss - Ensure all elements of the website, such as images, links, and plugins, are functioning correctly in the new theme - Provide guidance on any potential issues and solutions that may arise during the migration process Ideal Skills and Experience: - Proven experience in WordPress theme migration - Strong understanding of WordPress structure and capabilities - Attention to detail and problem-solving skills to ensure a smooth transition - Good communication skills to keep me updated throughout the process Please note that the project is focused primarily on the migration itself, and there are no specific ad...

    $50 (Avg Bid)
    $50 Rata-rata
    90 penawaran

    I am in need of an expert who can help me migrate a sizeable amount of data from Paymo to Monday.com. This includes both projects and tasks, as well as time tracking entries. Key Responsibilities: - Proficiently migrate 50-100 projects and tasks from Paymo to - Ensure all time tracking entries are accurately transferred to the new platform Your profile should have experience in: - Data migration between project management tools - Working with Paymo and - Handling large amounts of data accurately - Experience with time tracking systems

    $1263 (Avg Bid)
    $1263 Rata-rata
    34 penawaran

    I'm looking to create a create a backup of our existing static website and migrate the site to a WordPress CMS. Key Requirements: - Theme Selection: I haven't finalized a WordPress theme yet, and I'm open to both custom development and pre-made themes. - Main Purpose: The primary function of the site is informational and blog-oriented. Skills and Experience: - Proficient in both static site migration and WordPress CMS. - Knowledge and experience with creating backups of static sites. - Ability to suggest and select appropriate themes based on my site's needs. - Experience in developing custom themes or adapting pre-made themes to meet the specific requirements of a site. - Familiarity with best practices for SEO and user experience in a blog/informational site...

    $473 (Avg Bid)
    $473 Rata-rata
    71 penawaran
    Joomla 3 to 4 Migration & Design 2 Hari left
    TERVERIFIKASI

    I need to migrate my Joomla 3 website to Joomla 4. I have the new templates and components from JoomDonation ready for you to implement. Requirements: - Full migration from Joomla 3 to Joomla 4. - Implementation of new templates and components supplied by JoomDonation. - Ensure the migrated website is fully functional and compatible with Joomla 4. Key Points: - I have a backup of my current Joomla 3 website, so you can use this to facilitate the migration process. - There are some third-party extensions on my current Joomla website, these need to be accounted for during the migration and will be supplied. Ideal Skills and Experience: - Proficient in Joomla CMS, with experience in migrations. - Knowledge of JoomDonation components is a plus. - Ability to create seamless, modern,...

    $176 (Avg Bid)
    $176 Rata-rata
    68 penawaran

    I am in urgent need of an expert who specializes in setting up and configuring Microsoft Azure tenants. The following deliverables are expected: • Migrate the application from tenant to  tenant. • Set up Virtual Machines operating with Windows Server, Ubuntu, and Red Hat Enterprise Linux • Arrange Storage accounts • Provide App Services The main purpose for the creation of this tenant will be to host infrastructure. Preference will be given to those who have vast experience in Microsoft Azure setups, cloud solutions, virtual machine configurations, and infrastructure management. Experience with the specified operating systems will be an added advantage. The project needs a swift turnaround, so those with immediate availability will be preferred.

    $122 (Avg Bid)
    $122 Rata-rata
    15 penawaran
    Postgraphile V4 to V5 Migration 1 hari left
    TERVERIFIKASI

    I am currently using version 4 of Postgraphile but facing V5 incompatibility issues. I am looking for a Postgraphile expert who can successfully migrate my current version of Postgraphile (V4) to V5. Key Project Requirements: - Strong knowledge and experience with Postgraphile V4 and V5 - Strong debugging and troubleshooting skills, particularly in issues related to incompatibility - Experience with using custom plugins and extensions for Postgraphile, as my current setup includes them - Migrate from Express to Fastify in library mode With your help, I aim to have an efficient, seamless transition from V4 to V5 with minimal disruptions.

    $170 (Avg Bid)
    $170 Rata-rata
    18 penawaran
    Social Networking Site Development 1 hari left
    TERVERIFIKASI

    I'm looking for a skilled developer with a strong background in PHP and JavaScript to help me develop a social networking site. I have a Wordpress listing website and I like to add social media features to my website Buddypress plugin I also would like to add a dynamic grid on users custom profiles where when any user like a single post it will automatically appear on there grid . I require you to work on my sub-domain I will give you full access. But when applying to the main website I will require you to use remote access on zoom where you will have full access to my account. I request your work hours while you upload to main site only it doesn’t matter the time I don’t mind I will work on any time you like. Key Responsibilities: - Developing a social n...

    $517 (Avg Bid)
    $517 Rata-rata
    121 penawaran

    I need an experienced professional who can seamlessly migrate all WooCommerce products from one site to another WordPress site. It is essential to keep all orders, customers, settings, and more, without hindering the website's functionality. Key Details: - The URL to products should remain consistent - The new site must be compatible with a new, yet-to-be-decided template Your skills should ideally include: - Profound experience with WooCommerce and WordPress migrations - Understanding of SEO principles, site tags, and Google Ads operations - Ability to ensure all necessary settings such as orders, customers, and products are correctly transferred Please be prepared to provide examples of similar migration tasks you've completed in the past, to demonstrate you have t...

    $154 (Avg Bid)
    $154 Rata-rata
    206 penawaran

    I have an old web project built on PHP 5 and MySQL. I need a skilled developer to migrate the project to PHP 8. Skills and Experience Needed: - Expertise in PHP and MySQL - Proficiency in web development - Experience in migrating legacy code

    $150 (Avg Bid)
    $150 Rata-rata
    139 penawaran

    ...WordPress developer for an Annual Maintenance Contract (AMC) for my website. Key Requirements: - Theme customization - Plugin development - Website migration The ideal candidate will need to: - Design and implement changes to the website's theme to ensure it is visually appealing and aligns with company branding. - Develop custom plugins to add specific features and functionality to the site. - Migrate the website seamlessly, ensuring no loss of data or functionality. - Perform regular updates and backups to keep the site running smoothly and to ensure data is safe. - Monitor and clean up security issues promptly to protect the website from potential threats. - Optimize performance to enhance user experience and improve search engine ranking. Skills and Experience: - Pro...

    $136 (Avg Bid)
    $136 Rata-rata
    68 penawaran

    We have an existing Wordpress site that has atrophied and needs to be updated to a modern Hugo website design. Previous sites: We would like to migrate these Wordpress sites to Hugo and set it up for future use. Deliverables: Hugo-based website with pages for: - Main landing page listing upcoming conferences - Individual pages for each conference - Each conference should have sub-page for: 1. Schedule () 2. Travel Information () 3. Sponsors prospectus () 4. Meals () 5. Tickets 6. Photo gallery (this is a link external image hosting) - An archive section for previous years'

    $26 (Avg Bid)
    $26 Rata-rata
    26 penawaran
    Godaddy to G Suite Email Migration 21 jam left
    TERVERIFIKASI

    I'm in need of an expert who can help me migrate my emails from Godaddy to G Suite. Here's exactly what I'm looking for in this collaboration: - Already have backup in mbox. - Assurance of all folder and label structures intact post-migration. The ideal freelancer for this task should have: - Extensive experience in email migration, especially from Godaddy to G Suite. - Excellent problem-solving skills, as unforeseen issues may arise during the process. - High attention to detail to ensure all folders and labels are preserved. Only bid if you've successfully performed such tasks before and can ensure zero downtime during the transition process. Let's make sure this switch is a smooth one. Thanks!

    $22 (Avg Bid)
    $22 Rata-rata
    12 penawaran

    I am looking to build a website with user account creation and industry-based content publication to social media pages, a content management system (CMS) on WordPress. You can facilitate user account management and content publishing by using plugins like BuddyPress for user account creation and management, plugins like Jetpack or Buffer for social media integration and content scheduling. Some Custom Scripts will be Required Here are the key features of the project: - User account creation: The website will allow for user account creation. - Content Publication: The website should support content publication to social media platforms such as Facebook, Twitter, Instagram, and LinkedIn. - User-Generated Content: A crucial aspect of the website will be enabling users to create a...

    $307 (Avg Bid)
    $307 Rata-rata
    40 penawaran

    I'm seeking a skilled Angular developer to assist in migrating a set of HTML, CSS, and JavaScript files into an Angular 17 project. Key Requirements: - Migrate HTML, CSS and JavaScript files into Angular 17. - Ensure that the new project is responsive. Your responsibilities will include: - Working with me to understand the existing HTML, CSS, and JavaScript files. - Updating the project to Angular 17. - Translating the existing responsive layout to the Angular project. Ideal Skills: - Proficient in Angular, with experience working on recent versions. - Strong understanding of responsive design principles. - Familiarity with HTML, CSS, and JavaScript to understand the existing codebase. - Good communication skills to ensure we are on the same page throughout the project. Pl...

    $40 (Avg Bid)
    $40 Rata-rata
    54 penawaran
    Bring website back online 14 jam left
    TERVERIFIKASI

    Hi, we are looking for someone who can monitor our website for a month or two and be available to provide a fix to bring the site back online when it goes offline. The fix simply involves logging into SSH and renaming a file, but we need someone ...bring the site back online when it goes offline. The fix simply involves logging into SSH and renaming a file, but we need someone available to do this quickly when the site goes down. You can view the site now to see what the error is. The host stated that the cause of the error is due to an outdated OS. Basically, our mysql goes offline every couple days or so. We plan to migrate to a new OS in a month or so. I have a fix from the host. We are also looking for a good and stable website host with VPS if anyone knows of any.

    $69 (Avg Bid)
    $69 Rata-rata
    20 penawaran

    I have a website currently on the Catchypages platform. I'm looking for an experienced developer who can optimize the current website and successfully migrate it to a new platform. I am considering using my domain on Cloudflare, but I am open to suggestions for alternative platforms as long as they are effective and user-friendly. The project involves three main aspects: 1. Website Optimization: - The current site needs to be optimized for better performance and user experience. - This may involve improving site speed, fixing broken links, and enhancing overall functionality. 2. Migration to a New Platform: - The website needs to be successfully migrated to a new platform of your recommendation. - Ideally, this platform should offer better features, scalability, ...

    $18 - $150
    Mendesak Bersegel PK
    $18 - $150
    37 penawaran

    I'm looking for a proficient data entry freelancer to assist me with an online data migration project. Key Tasks: - The primary task wi...online database. - Ensure data integrity and make necessary corrections where needed. Ideal Candidate: - Proficiency in working with online databases and Excel/CSV files. - Attention to detail and accuracy is crucial. - Prior experience handling data migration tasks, preferably in a similar context. - Familiarity with data verification practices. The end goal of this project is to successfully migrate all the data from the provided Excel/CSV files into the online database without any loss or corruption. A successful freelancer will have the ability to work independently, follow specified guidelines, and maintain the highest standards of ...

    $11 / hr (Avg Bid)
    $11 / hr Rata-rata
    28 penawaran

    *** Note what you bid is what the project should cost so bid carefully. I am looking for an experienced DNS specialist to help me migrate my DNS from a Plesk-hosted server to GoDaddy. In addition to the migration, DMARC and DKIM records for two of my domains need to be set up correctly. Tasks include: - Configure GoDaddy DNS settings for my two domains - Verify and add DMARC and DKIM records as required Strong knowledge of DNS configuration is crucial. You should be comfortable working with GoDaddy, Plesk, and setting up DMARC/DKIM records. Experience with local mail server management will also be beneficial for this job. Please bid with confidence, and I look forward to productive collaboration.

    $102 (Avg Bid)
    $102 Rata-rata
    53 penawaran

    ...Create a Cloud Project () - Invite me to the project with this email: joshua+freelancer-hetzner@ - Create a Cloudflare Account and provide me the credentials - Provide me the old server credentials for all websites that need to be moved Main Job: - Installation and Setup of Plesk in a Hetzner Cloud Instance - Configuration of a Hetzner Cloud Volume for Storage - Migrate existing websites and reconfigure everything as required - Implementation of Cloudflare Cache to speedup websites - Documentation Additional tasks offered by me, if required later on: - Regularly Updates - Intensive Monitoring Service (currently Monitoring from 4 locations world-wide, sending me an critical alert on my phone so I can intervene) - Further Support Info: - Please note that a Plesk

    $18 / hr (Avg Bid)
    $18 / hr Rata-rata
    1 penawaran

    I'm looking for an experienced SAP consultant to migrate my current manual accounts payable system to a new SAP one, with a strong focus on invoice processing. Skills and Experience: - Expert in SAP software - Experience in accounts payable systems - Excellent problem solver and systems thinker. Project details: - The system should offer automated data entry from scanned invoices. Therefore, proficiency with SAP data automation is vital. - The main objective is to streamline the invoice processing, which is the most crucial feature for this project. Hence, the candidate should demonstrate previous successes in similar projects. - An understanding of business processes to ensure seamless integration with our present workflow will be advantageous. - Ability to deliver the pro...

    $13 / hr (Avg Bid)
    $13 / hr Rata-rata
    15 penawaran

    I am in urgent need of an expert who specializes in setting up and configuring Microsoft Azure tenants. The following deliverables are expected: • Migrate the application from tenant to  tenant. • Set up Virtual Machines operating with Windows Server, Ubuntu, and Red Hat Enterprise Linux • Arrange Storage accounts • Provide App Services The main purpose for the creation of this tenant will be to host infrastructure. Preference will be given to those who have vast experience in Microsoft Azure setups, cloud solutions, virtual machine configurations, and infrastructure management. Experience with the specified operating systems will be an added advantage. The project needs a swift turnaround, so those with immediate availability will be preferred.

    $47 (Avg Bid)
    $47 Rata-rata
    10 penawaran

    I am in urgent need of an expert who specializes in setting up and configuring Microsoft Azure tenants. The following deliverables are expected: • Migrate the application from tenant to  tenant. • Set up Virtual Machines operating with Windows Server, Ubuntu, and Red Hat Enterprise Linux • Arrange Storage accounts • Provide App Services The main purpose for the creation of this tenant will be to host infrastructure. Preference will be given to those who have vast experience in Microsoft Azure setups, cloud solutions, virtual machine configurations, and infrastructure management. Experience with the specified operating systems will be an added advantage. The project needs a swift turnaround, so those with immediate availability will be preferred.

    $111 (Avg Bid)
    $111 Rata-rata
    16 penawaran

    I'm in need of someone to convert my existing Pytorch DDP code to Huggingface Accelerate framework. Key Project Details: - The primary goal of this migration is to move from existing Pytorch DDP, to Huggingface Accelerate architecture. - The code should be able to run on CPU-only mode, on a single GPU machine, and also on multiple-GPU machines. The GPU's are all Nvidia. - The code will need to be tested on my machines (CPU-only machine; machine with single-GPU; and machine with multiple GPUs) and execute smoothly without error using my datasets. If the code does not execute out of the box, you will need to log in to my computer to set it up to ensure smooth running. Pytorch environment under PyCharm/Ubuntu is already set up. These two links should give you an idea of wh...

    $93 (Avg Bid)
    $93 Rata-rata
    10 penawaran

    I am looking for a web designer who can create a professional and corporate website. The website will be for an IV hydration clinic and will require the following features: Modern and sleek website designed to showcase our IV hydration therapy services. Our range of services includ...ideas for the website organization and setup. Everything is subject to change and we are looking forward to your ideas and input. Please let us know when developing the website what platform it will be on so we can manage and edit it after it is finished without the help of anyone. For example, we are currently using 10web and its AI website builder "Elementor" to design a website, if we could migrate to that system or something similar after the initial design and build, we would be able to ...

    $250 - $750
    Bersegel PK
    $250 - $750
    85 penawaran

    I'm looking for a skilled freelancer with experience in WordPress and e-commerce to help me migrate two courses currently hosted on Udemy to my own website, www.medicalaestheticsacademy.com. Key requirements: - Migrate content: Transfer the two courses from Udemy to my WordPress-based website ensuring all videos, text, and other materials are accurately and neatly imported. - Implement E-commerce: Integrate a secured payment processing solution so that users can purchase these courses directly from my website. - User Account Creation: After purchase, users should be automatically created an account on my website to access the courses. Ideal candidate: - Proficient in WordPress, with a solid understanding of website migration - Experienced in integrating e-commerce solu...

    $510 (Avg Bid)
    $510 Rata-rata
    157 penawaran

    I'm in need of an experienced Spring Boot developer to help with migrating our current 2.x security setup to the latest 3.x version. This is a critical part of our system hence the need for an expert in the field. - The current system uses OAuth2 for authentication. The successful bidder should be able to successfully migrate this setup to Spring Boot 3.x. - We need someone who can seamlessly transfer all existing user roles and permissions. This is essential as we cannot afford to lose any data in the process. Key skills and experience required for this project include: - Proven experience with Spring Boot, specifically versions 2.x and 3.x - Expertise in OAuth2 and other authentication mechanisms - A good understanding of user roles and permissions management in a Spring ...

    $12 (Avg Bid)
    $12 Rata-rata
    10 penawaran

    I'm seeking a professional to help me transfer my GoDaddy website to a new WordPress platform. This will be for personal use, so attention to detail and ensuring a smooth transition is key. Key Tasks: - Migrate content: All existing content (text, images, etc.) from the GoDaddy site should be replicated in the new WordPress site. - Implement specific theme: I have a WordPress theme in mind that I'd like to use. Your expertise in applying this theme and ensuring it's visually appealing and functional is crucial. - Integrating E-commerce: Help set up e-commerce capabilities on the new site. - Custom functionalities are already installed Your Skills: - Proficiency in both GoDaddy and WordPress is a must. - Previous experience with GoDaddy to WordPress migrations. - Fa...

    $440 (Avg Bid)
    $440 Rata-rata
    149 penawaran

    ...ongoing scenario of e-commerse) →Affiliate program for selling course/digital product →Internal Backlinking (1- 3 words) →Google Search console/ Analytics/ google adsense/ verified domain etc feature should be supported (current status- All are activated on my site) → Support Google merchant listing of product (Currently I have google merchant account and my digital product are listed) → Import/migrate existing posts (about 650 posts) from existing website & other important data, file with same url (since post are listed on google) → Current hosting plateform- Fastcomet Cpanel hosting →New attractive layout of Post creation → Redirection of invalid URL → API/SSO integration of edmingle LMS for login/sign up (To be discussed more) ...

    $382 (Avg Bid)
    $382 Rata-rata
    84 penawaran