Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    5,000 apache solr jobs found
    Restore SSL & Domain Routing
    6 days left
    Verified

    ...flagging SSL problems. The Let’s Encrypt certificate was set to renew automatically and has been doing so for months, but something broke within the last week. The stack is Apache in front of a Node.js app, and I’m looking for a quick hands-on fix from someone who knows their way around certbot, virtual hosts and basic firewall rules. Here is exactly what I need you to jump in and do: • Get the Let’s Encrypt certificate renewing again and install the fresh cert. • Confirm ports 80 and 443 are open and not being blocked by the server firewall or any upstream rules. • Re-point the domain back to the running Node.js service (Apache is acting as the reverse proxy). • Validate that the site loads only over HTTPS without warnings. ...

    $79 Average bid
    $79 Avg Bid
    20 bids

    I’ve finished coding a dynamic web application and now I simply need it live on the web. I am not targeting iOS or Android stores—just a solid, reliable web deployment. So far I have experimented with Vercel, Firebase Hosting and Microsoft-based options, but none of them reached a successful production build. Whether the right answer ends up being Apache, Nginx, an Azure Web App, or another modern host, I’m open; I just want the app running smoothly with HTTPS, environment variables in place, and a repeatable way to redeploy future updates. What I’ll count as complete: • The site publicly accessible on my domain (or a temporary one you provide). • Build and deploy scripts committed to my repo (GitHub). • Clear, step-by-step notes so I...

    $19 Average bid
    $19 Avg Bid
    28 bids

    ...migrating the system safely. Project Tasks 1. Analyse Current Moodle Setup The freelancer must first review the current hosting structure and confirm: * Whether the Moodle instance has its own database * Whether it is part of a shared multi-tenant Moodle system * Required components for migration 2. Server Setup Set up a secure cloud server including: * Linux server (Ubuntu preferred) * Nginx or Apache * PHP * MySQL / MariaDB * SSL configuration * Basic server security --- 3. Website Hosting Configure DNS and ensure the website runs correctly. --- 4. Moodle Migration Migrate the existing Moodle system to the new server including: * Moodle installation * Database * moodledata files * Plugins * Courses and users Ensure full functionality after migration. --- 5. Micr...

    $261 Average bid
    $261 Avg Bid
    149 bids
    Update Azure Data Pipeline
    5 days left
    Verified

    Our production data pipeline is already live on Azure, but the data-processing layer needs a careful upgrade. I ingest events through Kafka, land them in an Azure Data Lake, then run real-time transformations in Apache Flink. Everything is orchestrated by Airflow on a Kubernetes cluster, with CI/CD handled through our DevOps toolchain. I need a seasoned data engineer who can dive straight into the Flink jobs, refactor the Python code where necessary, tune state management and checkpointing, and release the changes through our existing Kubernetes-based workflow. You will also validate end-to-end data quality in the lake and leave the deployment scripts cleaner than you found them. Deliverables • Implement new feature on top of the existing pipeline. • Updated Airflow DAGs...

    $704 Average bid
    $704 Avg Bid
    130 bids

    The process requires significant technical expertise in server management, Java, database administration, and cloud services. Project Deliverables Server Deployment: Hybrid database app..._________ Core System Requirements The official Server code is Java application requiring several dependencies: • Java Runtime: Spring Boot (The latest versions typically require Java 24) or Erlang/Elixir (Temurin distribution), though older guides (v1.88) used Java 11. • Databases: PostgreSQL & FoundationDB / DynamoDB. • Caching: Redis for session and message caching. • Build Tool: Apache Maven for compiling the source code. • External Service Dependencies • Only people who have previously studied and worked on production-style server architecture ...

    $143 Average bid
    $143 Avg Bid
    97 bids

    After uploading a fresh set of files and reorganising the entire site structure on my Amazon Lightsail instance, every URL—including the homepage—now returns a 404. Nothing else on the server was changed, so I suspect the issue sits with the web-server configuration, .htaccess ...• Correct the root cause—whether that’s a VirtualHost mis-match, missing index file, wrong document root, or rewrite rule conflict. • Verify the fix by showing the site loads normally over HTTP / HTTPS. • Send me a concise summary of what you changed so I can track it for future deployments. You’ll have full SSH access to the Lightsail instance. Feel free to use whichever tools you prefer—Apache/Nginx configs, AWS console, WP-CLI, etc.—as long as...

    $20 Average bid
    $20 Avg Bid
    26 bids

    I have a clean Ubuntu 24.04 VPS (6 vCPU / 12 GB RAM / 200 GB SSD) waiting to host my archived Magento store. The backup consists of for the files and for the database. The original shop ran on Magento v2.3.3 (possibly 2.3.5, so please verify once code is unpacked). The job is straightforward: • Provision the server from scratch with the exact Apache, PHP, MySQL and core PHP extensions that Magento 2.3.3 demands—no newer or older versions unless they match that requirement. • Install Magento 2.3.3, unpack my file archive, import the SQL dump, then resolve any configuration or compatibility errors until the storefront and admin panel both load without issues. • Performance-tune the environment: enable and configure Varnish for full-page cache, set up Redis...

    $163 Average bid
    $163 Avg Bid
    43 bids

    Full backup (files + DB) is mandatory before work. 2) Working environment - Create a staging/clone and work in it (never in production). - Rollback procedure: take a snapshot before critical changes. 3) Initial diagnostics - Check PHP/Apache/Nginx logs and server errors. - Browser console (JS errors) and tests: Lighthouse/PageSpeed/GTmetrix. - Malware scans (Wordfence, Sucuri) and core-file integrity checks. - List of outdated plugins/themes and recent changes. - Database check: table sizes, transients. 4) Fix functional errors - Resolve PHP Notice/Warning/Fatal: find the offending file/plugin and fix the code or replace the plugin. - Restore missing images: check paths, file permissions (644/755), rewrite rules and hotlinking. - Fix broken CSS/JS: isolate conflicts (disable plug...

    $46 Average bid
    $46 Avg Bid
    105 bids

    I’m running PHP 8.1 on a Hostgator account and need both the PhpRedis and memcached extensions enabled for better caching performance. I do not have SSH access and have never installed extensions myself, so the entire setup—including any work-arounds Hostgato...platform. What I will provide: • cPanel credentials • Any Hostgator support tickets you draft, should root-level action be necessary What I expect back: • PhpRedis and memcached showing as enabled in phpinfo() for PHP 8.1 • A short note describing exactly what was changed so I can repeat the process if I upgrade servers later • Confirmation that both extensions load without errors in the Apache error log That’s the whole job—once the two extensions are active and verif...

    $22 Average bid
    $22 Avg Bid
    49 bids

    In java based architecture applications, we have used Backend Dropwizard framework (Jetty) instead of it, we have to replace it with Backend Spring Boot framework Also, in this application, we have to replace DynamoDB database with Apache Cassandra instead of it. migration plan Current flow - Client / Messenger App -> WebSocket Layer -> Redis - Cache-> gRPC over UDS -> Dropwizard (Jetty) -> DynamoDB (message store), FoundationDB for metadata ---------------------------- Required flow 1) Replacing Dropwizard → Spring Boot 2) Replacing DynamoDB→ Cassandra (message data) WebSocket layer logic in the Messenger application. → Elixir → (gRPC Request over UDS) → Spring Boot (Client → Phoenix → gRPC → Spring → Cassandra) 1) ...

    $126 Average bid
    $126 Avg Bid
    67 bids

    ...existing pipeline, from query parsing to ranking, on our custom platform. • Work with mixed data (product descriptions, metadata, and image features) to understand which signals matter most for purchase decisions. • Design or refine relevance metrics and an evaluation set we can reuse for ongoing benchmarking. • Implement ranking improvements—whether that means boosting rules in Elasticsearch/Solr-style stacks, adding vector similarity, or training a lightweight ML re-ranker in Python. • Run statistically sound A/B tests and present clear dashboards so we see the conversion impact. Acceptance criteria • A repeatable evaluation suite showing at least X % lift in nDCG or equivalent relevance metric agreed upfront. • Deployment-ready ...

    $26 / hr Average bid
    $26 / hr Avg Bid
    46 bids

    IWe are looking for a freelancer to install Apache Superset using Docker and connect it to our existing PostgreSQL database. Tasks: - Install the latest stable version of Apache Superset using Docker - Configure Superset to connect to an existing PostgreSQL/PostGIS database - Verify that dashboards and queries work correctly - Provide clear documentation of the installation and configuration process Environment: - Linux server - Docker - PostgreSQL / PostGIS Requirements: - Experience installing Apache Superset - Strong Docker knowledge - Experience connecting BI tools to PostgreSQL - Ability to document the setup so our team can maintain it Estimated effort: 1–2 days of work. Por qué es mejor así

    $49 / hr Average bid
    $49 / hr Avg Bid
    52 bids

    The codebase for my React-based web application is finalised and already living on Replit; what I now need is a clean, reliable deployment to my DigitalOcean droplet, using Git as the bridge. Here is what I expect: • Clone or pull the existing Git repo and configure the production build so the site serves correctly on DigitalOcean (Ubuntu droplet). • Set up any required Nginx/Apache reverse-proxy rules, SSL (Let’s Encrypt), environment variables and build scripts so I have a repeatable one-command redeploy. • Hand over concise notes (or a simple README) showing each step you took, so I can reproduce the workflow next time. You will not be touching the Replit environment itself—the code has already been exported—so the focus is purely on t...

    $69 / hr Average bid
    $69 / hr Avg Bid
    94 bids

    ...lock that is valid for exactly one hour (now → now + 1 h). • Immediately fetch and print the list of existing temporary passwords so I can confirm the new one is present. • Delete that same temporary password and verify its removal. I can supply Tuya Cloud access along with one or more virtual devices for testing. Feel free to stick with pure JDK 21 or bring in something lightweight like Apache HttpComponents if you prefer; I’m not tied to any particular framework as long as everything compiles and runs from a standard Maven or Gradle build. Deliverables • Full, well-structured source code (Java 21 or lower) • A simple README with build/run instructions and any required environment variables (access/secret keys, device ID, etc.) &bul...

    $213 Average bid
    $213 Avg Bid
    73 bids

    ...source is already in Git; what’s missing is the infrastructure lift: provisioning the VDC, configuring web and app servers, securing traffic with SSL, and wiring up the deployment pipeline so new commits ship automatically. I am already committed to BluVault as the hosting provider, so please be comfortable working inside their portal, networking model, and console tools. Experience with Nginx or Apache, PHP-FPM, Node and Yarn, Composer, MySQL/PostgreSQL, and let’s-encrypt or comparable SSL management will be essential. For clarity, here’s what I expect to receive: • A fully configured BluVault Virtual Data Center with separate web and API layers, environment variables stored securely, and logging enabled. • Automated build & deploy from my Gi...

    $24 Average bid
    $24 Avg Bid
    17 bids

    ...moments and the site stops responding until the spike subsides. Memory, disk, and network all look normal—my concern is strictly the unexplained CPU saturation. I’d like you to dive in, reproduce or capture one of these spikes, pinpoint the underlying process or misconfiguration, and recommend (or apply, if straightforward) the fix. You may need to sift through WHM metrics, AlmaLinux system logs, Apache/PHP-FPM or Nginx settings, cron jobs, and any background services that could be misbehaving. If you prefer command-line tools like top, htop, sar, vmstat, or more advanced profilers, feel free; root access can be arranged for the session. Deliverables • Clear root-cause report with evidence (log excerpts, screenshots, or command output) • Configuration ...

    $96 Average bid
    $96 Avg Bid
    40 bids
    Resolve PHP Login 500 Error
    12 hours left
    Verified

    ...myself, so be ready to guide me through granting you cPanel or SSH access to error_log, Apache/Nginx and any PHP-FPM logs you need. What I expect from you 1. Identify the exact reason the login request is returning HTTP 500. Typical culprits might be fatal errors, missing includes, failed MySQL queries, or session permission issues—track down whichever one it is in this case. 2. Apply a clean, well-documented fix so the login redirects smoothly to the dashboard and no 500 errors appear. 3. Provide a short note that lists the root cause and the files or settings you changed so I have a record for future maintenance. Skills that will be handy: strong PHP debugging, MySQL, session handling, cPanel/Apache/Nginx administration, and familiarity with version compati...

    $20 Average bid
    $20 Avg Bid
    65 bids

    We are seeking an experienced freelancer with strong expertise in system architecture and hands-on server configuration on Ubuntu. The ideal candidate should have solid experience deploying and optimizing web applications using: Node.js Next....Ubuntu. The ideal candidate should have solid experience deploying and optimizing web applications using: Node.js MySQL Ubuntu server environment Key Responsibilities Design scalable and secure system architecture Configure and optimize Ubuntu server environment Deploy and manage Node.js / applications Set up and manage MySQL databases Configure reverse proxy (Nginx/Apache) Implement SSL, firewall, and security best practices Optimize application performance and server load handling Troubleshoot deployment and runtime issues

    $38 Average bid
    $38 Avg Bid
    63 bids

    I need my current AWS instance replicated on a new... database engine, SSL, firewalls), and making sure DNS is switched with near-zero downtime. You will receive full SSH access to both environments plus any IAM or security-group tweaks you request. I expect you to: • transfer the complete file structure and databases • recreate users, permissions, and cron jobs • install and tune the same software stack (PHP, Node, MySQL/PostgreSQL, Nginx/Apache, etc.) • harden the new server against common exploits, using UFW/iptables and fail2ban • verify the migrated apps run as they do on AWS before pointing the domain Once everything is live on the new VDS, provide a brief hand-off document describing what was moved, where services are located, and any comma...

    $223 Average bid
    $223 Avg Bid
    69 bids

    ...existing fields and adding new ones. Create cron jobs to automate matching jobs with hotlist data using Laravel. Fix bugs in User Type Fields/Attributes for accurate data handling, if. Optimize the app for shared hosting (e.g., Hostgator, Bluehost, SiteGround) with Apache, .htaccess, and PHP version management. Key Requirements 3+ years of experience with PHP and Laravel in SaaS application development. Proven expertise deploying Laravel apps on shared hosting environments (e.g., cPanel, hostgator, Bluehost, SiteGround) with Apache configuration. Proficiency in JavaScript, jQuery, Bootstrap, and Swiper for front-end functionality. Experience with toastr for notification handling. Strong knowledge of RESTful APIs, MySQL, and subscription billing integrations (e.g., Stripe...

    $38 Average bid
    $38 Avg Bid
    13 bids

    I’m building a procurement-focused site where buyers can quickly locate and purchase industrial materials. The core of the project is a smart search that reaches beyond an internal catalog: whenever a user enters a product type or key specification, the system should auto...common queries • Scraper captures 95 %+ of the specified data fields across target sites without breaking layout or ToS rules • Successful end-to-end purchase flow verified with test payments in both sandbox and live environments • All source code, instructions and credentials delivered before final sign-off If you have experience blending real-time web scraping, fast search indexing (Elastic, Solr or similar) and secure payments, I’d like to hear how you’d architect the so...

    $835 Average bid
    $835 Avg Bid
    156 bids

    I already have an eSSL Jupiter device logging punches into Smart Office’s MSSQL back-end. What I now need is a seamless bridge that streams those attendance records straight into Zoho People, in real time, through the ZAttendance plugin running on my Apache Tomcat server. Scope of the work • Connect to the existing MSSQL instance, detect new attendance rows and push them instantly to Zoho People. • Use the ZAttendance Zoho plugin on Tomcat as the integration layer; configure, customise if needed, and document every step so the sync survives updates or server reboots. • Make sure the check-in and check-out timestamps are mapped accurately along with the relevant employee ID that Zoho expects. • Validate end-to-end by producing live punches on the de...

    $136 Average bid
    $136 Avg Bid
    10 bids

    ...existing fields and adding new ones. Create cron jobs to automate matching jobs with hotlist data using Laravel. Fix bugs in User Type Fields/Attributes for accurate data handling, if. Optimize the app for shared hosting (e.g., Hostgator, Bluehost, SiteGround) with Apache, .htaccess, and PHP version management. Key Requirements 3+ years of experience with PHP and Laravel in SaaS application development. Proven expertise deploying Laravel apps on shared hosting environments (e.g., cPanel, hostgator, Bluehost, SiteGround) with Apache configuration. Proficiency in JavaScript, jQuery, Bootstrap, and Swiper for front-end functionality. Experience with toastr for notification handling. Strong knowledge of RESTful APIs, MySQL, and subscription billing integrations (e.g., Stripe...

    $106 Average bid
    $106 Avg Bid
    23 bids

    I’m looking for someone who lives and breathes Amazon Web Services to stand up a dedicated-server environment and move several production sites currently locked to PHP 5.6. Here is what I need done: • Spin up and harden a dedicated EC2 host (or comparable AWS dedicated offering) with the full LAMP stack pre-configured for legacy PHP 5.6. • Tune Apache/MySQL, configure SSL, security groups, IAM roles and automated backups so the box is production-ready from day one. • Seamlessly migrate the existing sites, databases and assets from their current host to AWS, run smoke tests, and resolve any compatibility glitches that surface. I’ll be closely involved throughout the process, but I need your AWS experience to guide the build, ensure best practice...

    $1476 Average bid
    $1476 Avg Bid
    110 bids

    I already finished the front-end for my personal portfolio and have the complete project in plain HTML and CSS. What I need now is for someone to place the site on my own server so it loads correctly from my domain. The server is up and reachable; you will get SSH access along with the zipped project files. Your task is to: • Upload the existing HTML/CSS package • Configure the web stack (Apache or Nginx—whichever you prefer) so every page renders exactly as in the source files • Enable HTTPS with a free SSL certificate (Let’s Encrypt is fine) • Set the correct file permissions and make sure future updates can be done through SFTP or Git if that’s easier • Hand me a short read-me explaining any commands you ran and where the files...

    $45 Average bid
    $45 Avg Bid
    87 bids

    ...existing fields and adding new ones. Create cron jobs to automate matching jobs with hotlist data using Laravel. Fix bugs in User Type Fields/Attributes for accurate data handling, if. Optimize the app for shared hosting (e.g., Hostgator, Bluehost, SiteGround) with Apache, .htaccess, and PHP version management. Key Requirements 3+ years of experience with PHP and Laravel in SaaS application development. Proven expertise deploying Laravel apps on shared hosting environments (e.g., cPanel, hostgator, Bluehost, SiteGround) with Apache configuration. Proficiency in JavaScript, jQuery, Bootstrap, and Swiper for front-end functionality. Experience with toastr for notification handling. Strong knowledge of RESTful APIs, MySQL, and subscription billing integrations (e.g., Stripe...

    $68 Average bid
    $68 Avg Bid
    41 bids

    ...matches ranked by relevance by default, with an optional toggle to sort by date. • Narrow results by file type so they can quickly focus on just PDFs, DOCX files, or TXT notes. A lightweight web interface or a small REST API is fine—whichever you feel will get the fastest, most reliable response times. I am comfortable provisioning a Linux server, so feel free to lean on Elasticsearch, Apache Lucene/Solr, or another open-source stack you trust; just outline why you picked it and any helper libraries (for example, Tika for document parsing) in your proposal. Deliverables 1. Source code and setup script/container so I can deploy with a single command. 2. Clear README covering prerequisites, indexing instructions, and how to enable the sort/filter controls....

    $39 / hr Average bid
    $39 / hr Avg Bid
    37 bids

    ...is hard-coded. I need two things: 1. A precise fix for that title-only culture glitch in WSL 2. Once solved, titles must render in French or English exactly like the rest of the interface when I switch cultures. 2. Step-by-step coaching on publishing the site to my Linux host. The server has my database and is blank at the moment, so please guide me through choosing and configuring Nginx or Apache, installing the .NET runtime, running dotnet publish, setting up a reverse proxy, and wiring it all so that future deployments are painless. Key stack details you may want to know while investigating: • v16.0.18925.20022 for exports • v7.8.7 for PDF viewing • v9.0.0 for the MySQL layer •

    $455 Average bid
    $455 Avg Bid
    155 bids

    ...storage Columnar database optimization Partitioning & indexing strategies Query acceleration techniques Caching layers Parallel query execution Horizontal scaling Suggested Tech Stack (Open to Better Suggestions) ========================================== Backend Python (FastAPI / Django) or Node.js Go (optional for performance-critical services) Database Options ClickHouse (preferred) Apache Druid Elasticsearch BigQuery / Redshift Any distributed columnar DB Frontend React / Advanced filtering UI Data grid with pagination & lazy loading Infrastructure Kubernetes / Docker Load balancing CDN Caching (Redis) Object storage for raw data Required Features ================ Advanced Search Engine Full-text search Multi-filter query builder Auto-sug...

    $26034 Average bid
    $26034 Avg Bid
    29 bids

    ...deployed, 28.1s LCP mitigated via aggressive caching). The primary business risk is no longer uptime—it is conversion truth quality, payload integrity, and edge-to-origin proxy reliability. We require an exhaustive audit of our Nginx reverse proxy routing, Apache/.htaccess directives, and server-side form handling to eliminate "Ghost Leads," eradicate silent exceptions, and enforce a strict backend-only conversion tracking model. Infrastructure & Stack Baseline: Edge/Proxy: Nginx (Ports 80/443, TLS termination). Origin Application: Apache (Internal ports) running PHP 8.3-FPM + APCu. CMS & DOM: Joomla + Gridbox (handling dynamic overlay CTAs and mega menus). Form Processing: ChronoForms8 (Strict server-side PHP event handling). Security Layer: ...

    $737 Average bid
    $737 Avg Bid
    97 bids

    I need a fully working, self-hosted screen-sharing solution that lets multiple users log in at the same time and open several concurrent sessions each. I am open to any reliable open-source stack—RustDesk, MeshCentral, Apache Guacamole, or another project you recommend—as long as it supports stable connections from Windows, macOS, iOS and Android devices. Here is what I am after: • Deploy the chosen open-source software on my VPS (Ubuntu 22.04 LTS already provisioned). • Configure user management so I can create, edit and disable accounts, with limits on how many live screens each user can open concurrently. • Secure the instance (SSL/TLS, strong admin password, firewall rules). • Brand the login page with my logo and colours if the platform...

    $163 Average bid
    $163 Avg Bid
    9 bids

    ...build is pure PHP (no WordPress, Shopify, etc.), and must launch with user account management, secure payment processing and reliable product search & filtering all working end-to-end. I will supply the code archive, database schema and image assets; you handle the server-side configuration, SSL, payment gateway hookup, email notifications and any tweaking required to make everything play nicely on Apache/Nginx. Deliverables • Code and assets deployed on my server • Database configured and populated with sample data • User registration, login and profile pages fully functional • Payment gateway live in production mode, test transactions verified • Product search returns correct results and filters without lag • Basic hardening (permiss...

    $587 Average bid
    $587 Avg Bid
    105 bids

    I need help turning a stream of live website-interaction events into actionable intelligence, end-to-end and without lag. The data arrives continuously from our front-end; I want it captured in Apache Kafka, processed on the fly in Python, and then pushed through TensorFlow models for immediate insight—think live segmentation, anomaly flags, or any other quick signal that improves user experience. Here is what I’m after: • A Kafka topic design, producer/consumer code, and the wiring that gets raw clickstream JSON safely into a processing layer. • Stream-oriented preprocessing in Python (windowing, feature extraction, basic validation) that stays fast even at peak traffic. • A TensorFlow pipeline—preferably TF 2.x—that ingests these fea...

    $5491 Average bid
    $5491 Avg Bid
    33 bids

    For my data‐management course homework, I must build a complete ETL workflow with any free or open-source tool such as Talend Open Studio, Apache NiFi, or Pentaho. The task starts with extracting a small, publicly available sample data set (CSV, JSON, or a simple relational dump), then cleaning and transforming it—deduplicating records, resolving missing or inconsistent values, and normalising key fields where needed. Once the data is tidy, it has to be loaded twice: first into a staging target (a plain relational table or file storage) and then into a basic star- or snowflake-style data-warehouse schema so I can run simple analytical queries afterward. I will need the full project files, transformation jobs, and a concise write-up that walks through each step, explains the...

    $206 Average bid
    $206 Avg Bid
    15 bids

    ...Include projected monthly AWS spend Justify each component and design decision Phase 3 — Implementation (If Approved) If we proceed, the scope will include: Provisioning and hardening EC2 instances Separate production and staging environments Web stack configuration (NGINX or Apache, PHP, MySQL) Automated backups Basic monitoring and alerting Rollback and recovery steps clearly documented Required Skills AWS / Cloud Computing DevOps & Automation EC2 & CloudWatch Apache / NGINX PHP MySQL / Database Management Network Administration Performance Tuning Engagement Notes Preference for engineers with real production optimization experience Strong documentation and communication expected Data-driven decision maki...

    $76 Average bid
    $76 Avg Bid
    29 bids

    ...fully-built React website ready to go live. The code is complete; now I need it uploaded to my VPS and served reliably. Here’s what I’m looking for: • Build the production files (if not already built) and transfer them to the VPS. • Configure the Linux server so the site runs smoothly in production. • Set up and optimize whichever stack you feel is best for a React front end on a VPS—Nginx, Apache, or a Node.js service layer are all fine, as long as the final result is fast and stable. • Handle essentials such as environment variables, folder permissions, and HTTPS (Let’s Encrypt is acceptable). • Provide a brief hand-over note summarizing the commands or config files you touched so I can maintain the setup later. The VPS...

    $37 Average bid
    $37 Avg Bid
    77 bids

    ...stack. I already have a Bunny account; it simply needs to be tied into the workflow so that all uploaded videos land in Bunny’s storage zone and stream through its CDN. Your mission is to get everything from first SSH login to a public, responsive website where I can log in, upload a video, watch it transcode, and then play the final stream through Bunny’s edge network. Along the way Nginx (or Apache if you prefer), FFmpeg, Celery, Redis and any other MediaCMS requirements need to be installed, secured and tuned for production. Deliverables • MediaCMS latest stable release installed on the VPS and reachable over HTTPS • Bunny Storage and Pull Zone integrated for both file storage and HLS/DASH delivery • Automatic encoding pipeline functioning (u...

    $257 Average bid
    $257 Avg Bid
    53 bids

    HRMS Deployment Project – Ready Made HRMS Required No Development Skills Required: Php Mysql Apache Database design HRMS Development HRMS Deployment Project Details We need a fully functional HRMS (Human Resource Management System). The freelancer must already have a ready-made HRMS application with full source code. This project does NOT involve building HRMS from scratch. Requirements: Freelancer must already have a working HRMS source code/application. Install and configure the HRMS on our company server. Ensure the system is fully operational and tested. The system should include standard HRMS features such as role-based access, attendance & payroll management, admin dashboards, and secure authentication. Scope includes: Providing existing HRMS source code...

    $106 Average bid
    $106 Avg Bid
    22 bids

    ...WordPress and WooCommerce. Our devs told us it's not a good fit for our PDF/COA file upload situation - especially now that they added 2FA. We would like a mini-site that is linked to our main site with a similar look as our current site so the user doesn't know it's a separate site. Deliverables: 1. Source code and database schema. 2. Deployment instructions for a typical Linux server (Nginx or Apache). 3. Short admin guide covering upload steps and user management. I’ll test by uploading a batch of PDFs, verifying search accuracy for COA, date range, and keywords, then pulling random files to confirm downloads are intact. If the above fits your skill set, let’s talk timelines and milestones....

    $2848 Average bid
    $2848 Avg Bid
    246 bids

    ...networks based on detailed instructions.I need help with a pretty big project. This is it as follows Below are the Project instruction for Part 1: Project Part 1: Network Design Scenario The Corporation Techs’ current network consists of 1 web server (accessible by the public), 2 application servers, 2 database servers, 2 file and print servers, and 50 workstations. The web server runs Linux/Apache, the other servers run Microsoft Windows Server, and the workstations run Microsoft Windows. The network is connected through a series of switches, is not physically connected to other networks, and runs Internet Protocol version 4 (IPv4). The network is protected by a single border firewall. The senior network architect, whom you work for directly, has verified the compa...

    $287 Average bid
    $287 Avg Bid
    18 bids

    I'm looking for an experienced professional to help me understand and optimize Apache Tomcat, focusing on memory management and performance tuning. Key requirements: - Expertise in Apache Tomcat configuration - In-depth knowledge of memory management and performance tuning - Ability to explain complex concepts in an understandable way Please include your relevant experience in your application.

    $139 Average bid
    $139 Avg Bid
    8 bids

    Need server specialist to configure Ubuntu 22 VPS running aaPanel and Apache. Current production: Laravel 11 on PHP 8.2 (must remain untouched). Need: • Install PHP 8.5 with Laravel extensions • Create Laravel 12 ready environment • Multi-PHP support (8.2 + 8.5) • Install Node 20 using NVM • Install npm 10 • Configure Laravel queue Supervisor • Verify stability • Provide documentation Must NOT affect existing production system. Server backup required before work. Fixed price. 1 day completion expected.

    $172 Average bid
    $172 Avg Bid
    131 bids

    ...so I’ll rely on your guidance. My preference is to run the system on a VPS; please specify the exact CPU, RAM, storage and bandwidth you consider safe for 10 simultaneous agents. If you feel a dedicated machine would offer clear advantages, outline those too and I’ll weigh the trade-offs. Core tasks • Fresh installation of the latest stable VICIdial release • Server tuning (Asterisk, MySQL, Apache, networking) for smooth outbound volume • Basic security hardening (firewall rules, fail2ban or equivalent) • SIP trunk integration and configuration, including carrier recommendations that support CLI override • End-to-end testing of dialling, recordings and reports Post-install support & timeline Let me know how long you can remai...

    $287 Average bid
    $287 Avg Bid
    39 bids

    What I need is a marketing hand or guidance that can help make this website a success. This website is finished and already hosted at About project: The website is hosted at Collaborative Engine: Architected a sequential contribution system allowin...back-end with PHP (PDO) and MySQL to handle secure session management, comic galleries, and real-time notifications. Ad-Ops & SEO Strategy: Fully integrated Ezoic AI for monetization, implemented an automated redirect system, and optimized the site for search engine visibility. Back-End: PHP 8.x (Secure PDO), MySQL Front-End: Tailwind CSS, JavaScript (ES6+), HTML5 Canvas API Infrastructure: Apache Server (XAMPP), .htaccess optimization, Gzip compression Integrations: Ezoic (Monetization), Google Fonts, Font Awesome

    $22 Average bid
    $22 Avg Bid
    11 bids

    I need a hand getting a script fully installed and running on my live web server. The specific script type isn’t a concern—what matters is completing the install, applying any required dependencies or permissions, and confirming it operates exactly as intended once deployed. You’ll be working directly on the server environment I provide. While the host could be running Apache, Nginx, or even IIS, I can grant you SSH/RDP or control-panel access as soon as we agree on the safest path. Please be comfortable identifying and tweaking configuration files, creating or importing databases if the script calls for one, and setting up cron jobs or background services where relevant. Deliverables: • Complete installation of the script with all prerequisites handled &b...

    $178 Average bid
    $178 Avg Bid
    82 bids

    ...the MySQL database and include a scripted import routine so the project can be spun up locally with minimal fuss. • Initialise a new Git repository, add an appropriate .gitignore (excluding /vendor, cache, uploads containing customer data, and any server-side config files holding credentials), then push everything to a private GitHub repo I will share. • Document any symlinks, cron jobs, or Apache directives that must be recreated when the code is deployed elsewhere. • Keep the live store unaffected—no downtime and no altered permissions. Deliverables 1. GitHub repository containing the full LAMP e-commerce codebase, organised and committed in logical chunks. 2. SQL dump plus import script or README section explaining the database setup. 3. Sho...

    $149 Average bid
    $149 Avg Bid
    123 bids

    ...files - only actual icons ❌ Don't include source files (`.ai`, `.sketch`) - only final SVGs ❌ Don't include React/Vue components - only raw SVG files ### License Information: **Where to find it:** 1. Root `LICENSE` or `` file in repository 2. Sometimes in individual SVG files as XML comments 3. In `` under "license" field 4. In `` **Record the exact license:** MIT, Apache 2.0, CC BY 4.0, ISC, etc. --- ## Quality Checklist Before submitting, verify: - [ ] All 15 libraries included - [ ] Each library has `/svg/` folder with all icons - [ ] Each library has `` with complete info - [ ] `` exists at root - [ ] All SVG files are valid (test open 5-10 random ones) - [ ] Total icon count matches expectations (~25,000+) - [ ] License

    $68 Average bid
    Guaranteed
    $68
    41 entries

    BUDGET: MAX 90 GBP I have two legacy WordPress sites (2-3 years old) that need to be "rescued" and restored from two full Linux machine filesystem backups (.). The Source Data: Machine 1 Backup: Full OS filesystem of the original Web Server (contains /var/www/, Nginx/Apache configs, etc.). Machine 2 Backup: Full OS filesystem of the original Database Server (contains the raw MariaDB data directories, likely /var/lib/mysql). The Goal: Extract the relevant WordPress files and MariaDB databases from these two separate machine archives and consolidate them into one single, high-performance Droplet/VPS under two new domains. Technical Strategy & Requirements: Data Extraction & Recovery: Identify and extract the WP web roots from the Machine 1 backup. Crucial: Re...

    $228 Average bid
    $228 Avg Bid
    94 bids

    ... ensuring every product page, media file, and SEO-sensitive URL is correctly redirected or updated. Minimal downtime is crucial; I’d like visitors to experience, at most, a short maintenance window. Key deliverables • Complete server-to-server copy of all WordPress core files, plugins, themes, uploads, and the WooCommerce database • Configuration of the new VPS (PHP, MySQL/MariaDB, Nginx or Apache, caching, and security hardening) suited to the site’s size • Domain change with clean 301 redirects, updated site-url and home-url values, and regenerated Elementor/Woodmart CSS • Verification that all 20 k products render properly and every image path is intact • SSL certificate installation and DNS switch-over • Final performance c...

    $52 Average bid
    $52 Avg Bid
    37 bids