Install gitlab工作

筛选

我最近的搜索
筛选项:
预算
类型
技能
语言
    工作状态
    2,000 install gitlab 份搜到的工作,货币单位为 USD

    ...5、熟悉react技术栈 职位要求: 1.有证券从业资格证 / 基金从业资格证优先考虑; 2.掌握各种前端技术,包括HTML/CSS/JavaScript/TypeScript等,js基础必须扎实; 3.对前端工程化有一定了解,深刻理解web标准,对前端性能/可访问性、可维护性等相关知识有实际的了解和实践,有移动端H5经验优先; 3.熟练使用react 全家桶,熟练使用react-hooks; 4.有基于Ant Design Pro搭建经验优先,基于Ant Design进行需求开发,有实际工作者优先; 5.熟练css预编译、后编译等工具,如less/sass/postcss等; 6.熟练使用echarts等图表,针对需求可以进行二次分装; 7.熟悉es6常用特性,熟悉组件化,模块化开发模式; 8.有使用lodash等 js库使用优先; 9.有webpack配置、优化优先; 10.熟练使用Gitlab进行项目代码管理以及版本控制,并遵循一定的流行规范,熟练使用git命令;

    $20 / hr (Avg Bid)
    $20 / hr 平均报价
    4 个竞标
    Project for pinelg1029 已经结束 left

    需要一些gitlab-ci 的指导

    PHP
    $103 (Avg Bid)
    $103 平均报价
    3 个竞标
    搭建Gitlab运行环境 已经结束 left

    技术要点如下: * Gitlab版本:8.1.x * 安装环境 * UCloud 云主机 * Ubuntu 16.04 * Docker 1.3 * 实施要求 * Gitlab * 必选功能: * 作为Docker容器安装 * 相关服务,MySQL和Redis作为Docker容器安装 * 可设置指定邮箱发送Gitlab通知 * 对外服务配置为HTTPS,使用Let’s Encrypt制作证书 * 重启系统后,正确的自动启动所有相关服务 * 提供完整的Gitlab安装脚本 * 能够运行后安装所有上述服务 * 提供脚本的代码注释和流程图 * 提供在Docker宿主机上的备份和恢复脚本 * 备份数据存放在Docker宿主机指定的路径下 * 可通过恢复脚本将当前备份数据恢复当前系统的Gitlab * 可在另外服务器相同的Gitlab环境,使用当前备份数据,成功运行恢复脚本 * 提供脚本的代码注释和流程图 * 可选功能: * 正确导入目前Gitlab7.x的Repository,包括wiki数据 * Gitlab全部数据的日常增量备份 * 实施步骤和要...

    $1549 (Avg Bid)
    $1549 平均报价
    1 个竞标
    General Labour 已经结束 left

    I need someone to whitewash my flat, install something or move in or out some furniture

    $84 (Avg Bid)
    本地
    $84 平均报价
    2 个竞标

    Evento   dsIDXpress BuddyPress + bbPress + Q&A(ASK Answers).......

    $2080 (Avg Bid)
    $2080 平均报价
    40 个竞标
    4 pages install 已经结束 left

    I need 4 pages install on my site jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj

    $150 (Avg Bid)
    $150 平均报价
    1 个竞标

    I am in need of a professional who can promptly install and customize a PHP script for me. The PHP script I need to be installed is purchased through codecanyon. You will install, test all functions and activate license on our server. Being somewhat urgent, my requested completion for this project is ASAP. I value efficiency and swift, quality work. Thank you

    $62 (Avg Bid)
    $62 平均报价
    10 个竞标

    Install Wordpress and PHPlist on my server and provide instructions on how to access from my PC.

    $29 (Avg Bid)
    $29 平均报价
    5 个竞标

    Project description: I'm seeking a proficient local network cabling contractor to handle projects and technical support. The task involves installation of network equipment (switches, access points, and security cameras for both indoor and outdoor areas). Your role will involve: - Mount/Install network equipment as directed - Field technical support - Remote support Contractor should carry liability insurance and C7 license is preferred Ideal candidates should have extensive experience with network cabling and a track record of executing similar projects successfully. It's crucial for the freelancer to be proficient in handling varieties of network cables especially Cat 5e, Cat 6 and Fiber optic cables, and familiar with network switches, access points, speak...

    $9999 (Avg Bid)
    本地
    $9999 平均报价
    2 个竞标

    I have code for login trading accound and fetch token data. I need to update more data ...stick, Mins Intervals are in Dropdown box, I can choose any minutes interval, I need you to collect Last 5 candle data from the Excel in the web and other details for each token, I will give token name in the excel, It will automatically display the rows of data. If i chanage time interval it will display those data only. Need ot automate the buy/sell order Note: I dont know about coding, If you install the code and run successfully at my system thereafter I will hire you and release the payment. If you agree this term you will apply this task Budet is 600 INR and Good review, Dont expect more I am not big fish. it is difficult job dont come for Money you should waste you time for unrealish E...

    $13 (Avg Bid)
    $13 平均报价
    8 个竞标

    I am looking for a Google expert able to install the cookie consent mode v2 imposed by UE Law. I don't want any banner to be installed on my website and I want the code installed on my website to always autorised cookies using for all visitors on my website.

    $127 (Avg Bid)
    $127 平均报价
    50 个竞标

    ...so far. 1. I first installed the pip3 and Python 3 Virtual Environment by running. - sudo apt install -y python3-pip python3-virtualenv 2. I then created and activated the Virtual Environment by running. - python3 -m venv projectsenv - source projectsenv/bin/activate 3. Then I installed opencv while inside the virtual environment - pip3 install opencv-contrib-python 4. After that I installed the depthai dependencies for Linux (still in the environment) - sudo wget -qO- | bash 5. Then I installed depthai (still in the environment) - python3 -m pip install depthai 6. Then I cloned the "depthai-python" git hub repository 7. Then I ran the install requirements (still in the environment) - python3 Finally, I tried to

    $54 / hr (Avg Bid)
    $54 / hr 平均报价
    23 个竞标

    I am in search of a skilled developer to set up PHP 5.6 and PHP 7.2 on our dedicated server. The server currently runs Plesk and Ubuntu 22.04.4 LTS. I need both PHP versions running on the server, as we have one Magento 1.9 website and one Magento 2.3 website. Key Requirements: - Install PHP 5.6 and PHP 7.2 on our dedicated server running Plesk and Ubuntu 22.04.4 LTS - Set up both PHP versions to be used on different websites - I may require support in configuring the websites to use the specific PHP versions after installation The ideal candidate for this project should have: - Extensive experience working with PHP installations on dedicated servers - Proficient knowledge of Plesk and Ubuntu - The ability to provide guidance on PHP version selection based on the websites' ...

    $162 (Avg Bid)
    $162 平均报价
    59 个竞标

    ...of a skillful developer experienced in OpenCart 3.0.x who can work on a TNT extension for me, with an emphasis on two key features: 1. Real-Time Shipping Rates: The extension should offer real-time shipping rates from TNT; it must consistently and accurately display current costs to customers. 2. Easy Installation and Setup: Ease of use is paramount. The extension should be straightforward to install and set up on my online store. The project deadline is within one month, so time management will be a crucial skill for interested freelancers. Proficiency with JavaScript, PHP, eCommerce, HTML and CSS is required, along with OpenCart experience. If you have worked on similar projects before, please include them in your proposal. This shopping cart has been operating for several ...

    $5 / hr (Avg Bid)
    $5 / hr 平均报价
    11 个竞标

    I'm looking for a skilled professional to help me install the eBay API on my existing Ubuntu 22.04 server for the primary purpose of showing orders on webpage. here is the sdk - Key Responsibilities: - Installation of the eBay API on the Ubuntu 22.04 server. - Ensuring the API is correctly set up to show orders on webpage. Ideal Skills and Experience: - Proficiency in working with Ubuntu servers, particularly version 22.04. - Prior experience installing and configuring the eBay API. - Ability to implement API functionalities for showing orders on webpage. If you have a good understanding of eBay's API and are experienced in working with Ubuntu servers, I'd be interested in hearing from you. Please share your relevant experience and explain how

    $29 (Avg Bid)
    $29 平均报价
    15 个竞标

    I need an expert WordPress developer who can correctly install a Business Child Theme I've chosen on an undetermined (the freelancer must figure out which one) main WordPress theme. The ideal freelancer has to have experience dealing with WordPress themes and should be capable of figuring out the main theme on their own. Key Tasks: - Install Business Child Theme on main WordPress theme - Ensure compatibility of the child theme with the main theme The entire child theme design (pictures, logos, texts, etc.) must be loaded correctly so that I can immediately begin editing the site blocks myself. The freelancer will need to be proficient in WordPress, theme installation, and troubleshooting. The ability to determine the parent WordPress theme through analysis of t...

    $34 (Avg Bid)
    $34 平均报价
    54 个竞标
    Search Frontend Development 5 天 left
    已验证

    I'm in need of a talented frontend developer to create a robust and user-friendly search frontend for document base. The documents are already indexed in an Opensearch database with various custom fields (Speaker, Place, Theme, Keywords,... ) apart from the standard ones (document format, creation date, update date, size, link to ...and integrating them seamlessly into the search frontend. - Ability to implement interactive user interfaces, such as autocomplete suggestions and dynamic filtering and sorting options. - Experience in creating responsive and intuitive search result displays. - Prefered technology : React, Reactivesearch () Expected delivery: - Source code, build and install instructions - Developper guide for maintenance and evolution

    $281 (Avg Bid)
    $281 平均报价
    40 个竞标

    ...analytics. The specific Task - Requirements Document will be provided. Project will be developed by Phases(milestones), total 12. Selected team will be having opprtunity to work for long term! Skills and Experience: - Extensive experience in reporting and analytics!!!*** - Extensive experience in Laravel development - Proficiency in Laravel customization and optimization - Strong understanding of Gitlab - version control !* - Strong understanding of web development principles and best practices - Ability to work on a large-scale project and deliver high-quality results - Excellent problem-solving skills and attention to detail - Database Design & Management: The ability to design and manage a highly organized, efficient database is crucial. - API Integration: We expect the t...

    $6 / hr (Avg Bid)
    $6 / hr 平均报价
    9 个竞标

    ...analytics. The specific Task - Requirements Document will be provided. Project will be developed by Phases(milestones), total 12. Selected team will be having opprtunity to work for long term! Skills and Experience: - Extensive experience in reporting and analytics!!!*** - Extensive experience in Laravel development - Proficiency in Laravel customization and optimization - Strong understanding of Gitlab - version control !* - Strong understanding of web development principles and best practices - Ability to work on a large-scale project and deliver high-quality results - Excellent problem-solving skills and attention to detail - Database Design & Management: The ability to design and manage a highly organized, efficient database is crucial. - API Integration: We expect the t...

    $6 / hr (Avg Bid)
    $6 / hr 平均报价
    23 个竞标

    The main goal of this project is to find relevant influencers using our Shopify Collabs. Influencers which you will contact, they need to call their followers to install our new android Dance APP. In our APP influencer need to create one new video, and call their followers to dance with them inside our app until the song is finished. App is a new type of "collab dance app" where each user record dance on one small segment of any song (2-4sec) creating a new cool unpredictable music video. You need to try and test our app as well to understand it a bit. Key Responsibilities: 1. Check our Shopify Collabs Account and optimize it using our website, pictures, videos, reels, etc. You can create some pictures, reels as well. 2. Find Influencers using our Shopify Account or ma...

    $151 (Avg Bid)
    $151 平均报价
    18 个竞标

    ...analytics. The specific Task - Requirements Document will be provided. Project will be developed by Phases(milestones), total 12. Selected team will be having opprtunity to work for long term! Skills and Experience: - Extensive experience in reporting and analytics!!!*** - Extensive experience in Laravel development - Proficiency in Laravel customization and optimization - Strong understanding of Gitlab - version control !* - Strong understanding of web development principles and best practices - Ability to work on a large-scale project and deliver high-quality results - Excellent problem-solving skills and attention to detail - Database Design & Management: The ability to design and manage a highly organized, efficient database is crucial. - API Integration: We expect the t...

    $221 / hr (Avg Bid)
    $221 / hr 平均报价
    35 个竞标

    installation of theme and make the theme ready to be used

    $18 (Avg Bid)
    $18 平均报价
    30 个竞标

    I need a proficient Linux systems administrator to help install and configure LibreNMS on my Linux system primarily for Network Monitoring. Key Requirements: - Install LibreNMS on a Linux platform - Configure LibreNMS for optimal Network Monitoring - Set up monitoring of Virtual Machines Important Skills: - Expertise in Linux system administration - Familiarity with LibreNMS and its Network Monitoring functionality - Experience with monitoring Virtual Machines.

    $45 (Avg Bid)
    加精 加急
    $45 平均报价
    6 个竞标

    ...of a skillful developer experienced in OpenCart 3.0.x who can work on a TNT extension for me, with an emphasis on two key features: 1. Real-Time Shipping Rates: The extension should offer real-time shipping rates from TNT; it must consistently and accurately display current costs to customers. 2. Easy Installation and Setup: Ease of use is paramount. The extension should be straightforward to install and set up on my online store. The project deadline is within one month, so time management will be a crucial skill for interested freelancers. Proficiency with JavaScript, PHP, eCommerce, HTML and CSS is required, along with OpenCart experience. If you have worked on similar projects before, please include them in your proposal. This shopping cart has been operating for several ...

    $525 (Avg Bid)
    $525 平均报价
    94 个竞标

    Hi there, I'm in need o...a working webpage. - Implement responsive design principles to ensure optimal viewing across various devices. - Optimize website performance for speed and SEO. - Conduct thorough testing to identify and fix any bugs or issues. - Provide up to 3 revisions and 3 days post each submission for reviewing. - Integrate plugins and third-party tools to enhance website functionality such as Calendly - Install the theme and test its working on our WordPress account. Terms and Conditions: - Be available in IST time zone 9 to 6 PM. - All shared resources and deliverables are confidential and may not be shared, reused or published anywhere else without prior consent. Looking forward to seeing your work and hopefully collaborating with you on this proje...

    $76 (Avg Bid)
    $76 平均报价
    53 个竞标

    I'm on the lookout for a well-versed WordPress developer, profici...all aspects related to WooCommerce, including payment methods. The ideal freelancer for this job should have formidable experience with WordPress and WooCommerce, a proven track record of improving website performance using PageSpeed Insights, and a comprehensive understanding of e-commerce web development. Good afternoon everyone, I have aweb page in my c panel; I have 2 themes that I want to install. to each one independently by wordpress. In addition to this, I want WooComerce to be able to be used and linked to all payment methods, in different currencies. Please take into consideration we have our added products must also be. Installed plugins. high load level by PageSpeed ​​​​Insights

    $88 (Avg Bid)
    $88 平均报价
    76 个竞标

    I have a magento webstore running on magento 2.3.4. I want to update it to the latest version with all patches, while maintaining current customers/database/products. I also want usps first class mail parcel/usps ground advantage to show up again as a shipping method.

    $196 (Avg Bid)
    $196 平均报价
    27 个竞标

    I'm in need of a skilled professional to set up a multi-node GitLab environment on my Linux system. Key Points: - The project requires comprehensive experience with GitLab configuration and deployment on Linux. - The setup should be able to handle Continuous Integration/Continuous Deployment (CI/CD) and Source Code Management (SCM) efficiently. Ideal Skills: - Proven expertise in GitLab setup, particularly in multi-node scenarios. - Strong understanding of Linux systems and their configuration. Your successful completion of this project will enable me to streamline my development processes, manage code efficiently, and automate deployment pipelines. Please share your relevant experience when bidding.

    $27 (Avg Bid)
    $27 平均报价
    9 个竞标

    ...analytics. The specific Task - Requirements Document will be provided. Project will be developed by Phases(milestones), total 12. Selected team will be having opprtunity to work for long term! Skills and Experience: - Extensive experience in reporting and analytics!!!*** - Extensive experience in Laravel development - Proficiency in Laravel customization and optimization - Strong understanding of Gitlab - version control !* - Strong understanding of web development principles and best practices - Ability to work on a large-scale project and deliver high-quality results - Excellent problem-solving skills and attention to detail - Database Design & Management: The ability to design and manage a highly organized, efficient database is crucial. - API Integration: We expect the t...

    $9 / hr (Avg Bid)
    $9 / hr 平均报价
    14 个竞标

    ...analytics. The specific Task - Requirements Document will be provided. Project will be developed by Phases(milestones), total 12. Selected team will be having opprtunity to work for long term! Skills and Experience: - Extensive experience in reporting and analytics!!!*** - Extensive experience in Laravel development - Proficiency in Laravel customization and optimization - Strong understanding of Gitlab - version control !* - Strong understanding of web development principles and best practices - Ability to work on a large-scale project and deliver high-quality results - Excellent problem-solving skills and attention to detail - Database Design & Management: The ability to design and manage a highly organized, efficient database is crucial. - API Integration: We expect the t...

    $7 / hr (Avg Bid)
    $7 / hr 平均报价
    43 个竞标

    ...analytics. The specific Task - Requirements Document will be provided. Project will be developed by Phases(milestones), total 12. Selected team will be having opprtunity to work for long term! Skills and Experience: - Extensive experience in reporting and analytics!!!*** - Extensive experience in Laravel development - Proficiency in Laravel customization and optimization - Strong understanding of Gitlab - version control !* - Strong understanding of web development principles and best practices - Ability to work on a large-scale project and deliver high-quality results - Excellent problem-solving skills and attention to detail - Database Design & Management: The ability to design and manage a highly organized, efficient database is crucial. - API Integration: We expect the t...

    $46 / hr (Avg Bid)
    $46 / hr 平均报价
    20 个竞标

    I need an electrical engineer to perform circuit design and troubleshooting tasks using a hardware simulator, specifically for .HDL files. Your primary task will be to install an electrical system with the help of the simulator. Key Responsibilities: - Circuit design using the simulator - Circuit troubleshooting - Electrical system installation I require you to be proficient in using a hardware simulator, especially with .HDL files. You should also have a solid understanding of circuit design and troubleshooting. Time is of the essence, so the quicker you can complete the project, the better.

    $4 / hr (Avg Bid)
    $4 / hr 平均报价
    8 个竞标

    Scope of work, SureCart (high level). SureCart, SureTrigger, and SureMembers are powerful tools for creating and managing subscription-based platforms. Here's a detailed scope of work based on your requirements: Platform Setup and Configuration: Install and configure SureCart, SureTrigger, and SureMembers plugins/extensions. DONE. Set up payment gateways for processing transactions (Stripe, PayPal). DONE. Configure user roles and permissions for different membership levels (Freemium, Plus, Pro, Premium). Customize email notifications for user registrations, subscriptions, and other relevant actions. Product and Subscription Setup: Define and create payable products for each membership tier (Freemium, Plus, Pro, Premium). Set up subscription plans with varying features and ac...

    $16 / hr (Avg Bid)
    $16 / hr 平均报价
    77 个竞标

    Install Wordpress and PHPlist on my server and provide instructions on how to access from my PC.

    $30 (Avg Bid)
    $30 平均报价
    1 个竞标

    I'm looking for an experienced Odoo expert to carry out a fresh installation of Odoo 17 on AWS. The core functionalities needed for the business are focused on Payroll, Human Resources, and Documents. Key Tasks: - Install Odoo 17 Community edition on AWS. - Set up and configure necessary applications within Odoo 17, specifically focusing on Payroll, Human Resources, and Document management. Required Skills: - Expert knowledge and demonstrated experience with Odoo - Familiar with AWS infrastructure - Proven ability to setup and configure Odoo modules

    $475 (Avg Bid)
    $475 平均报价
    10 个竞标

    ...analytics. The specific Task - Requirements Document will be provided. Project will be developed by Phases(milestones), total 12. Selected team will be having opprtunity to work for long term! Skills and Experience: - Extensive experience in reporting and analytics!!!*** - Extensive experience in Laravel development - Proficiency in Laravel customization and optimization - Strong understanding of Gitlab - version control !* - Strong understanding of web development principles and best practices - Ability to work on a large-scale project and deliver high-quality results - Excellent problem-solving skills and attention to detail - Database Design & Management: The ability to design and manage a highly organized, efficient database is crucial. - API Integration: We expect the t...

    $7 / hr (Avg Bid)
    $7 / hr 平均报价
    19 个竞标

    Are you a Google Ads whiz with a knack for attracting the right audience? We're seeking an expert to optimize our Google Ads platform and drive downloads for our small business owner-focused app. MUST HAVE EXPERIENCE WITH APP INSTALL GOOGLE ADS CAMPAIGNS Please provide a link to an example of your results from a previous customer Google Ads App Install Campaign. Key Project Details: Objective: Increase app downloads among small business owners seeking marketing strategy support. App Description: Our app provides marketing strategy and business growth insights tailored for users with limited marketing experience. Current Situation: Existing ad campaigns are in place, but we need optimization to attract high-quality, relevant downloads and minimize irrelevant instal...

    $91 (Avg Bid)
    $91 平均报价
    66 个竞标

    I need a skilled individual who can install a PHP script on a hosting platform. The installation needs to be done as soon as possible. I'm in a bit of a rush, so I'm looking for a professional who can quickly and effectively handle this task. Ideal Skills and Experience: - Proficient in PHP - Experience in installing PHP scripts - Efficient and able to work swiftly on urgent tasks

    $35 (Avg Bid)
    $35 平均报价
    98 个竞标

    as the title says help me activate wp theme help me install woocommerce help me add new products in bulk change background of the website and logo

    $30 (Avg Bid)
    $30 平均报价
    98 个竞标

    ...tid:E200680D00004006D693381E serialnum: 1fbc4d46 Both of these values have been hidden somewhere in this app along with these commands to check the device info to make sure they match. If they match the app works. If not it disables the device. Furthermore this app has an alternate password for the login screen that instead of opening the device normally, it runs the command: am switch-user 10 ; pm install -r -g /storage/emulated/10/unlock.apk. The code for this app to execute that command is 19971997. These also are embedded somewhere in this app. I need the location of the following 4 variables that are somewhere in this app so that i can edit them: tid - E200680D00004006D693381E serialnum - 1fbc4d46 multiuser switch code - 19971997 Unlock location: /storage/emulat...

    $41 (Avg Bid)
    $41 平均报价
    5 个竞标

    As an online entrepreneur, I'm struggling with the slow loading speed of my WordPress website. This is exacerbated by high server resource usage and poor caching and optimization. More worryingly, I'm dealing with an excessively large Document Object Model (DOM) that further hind...these problems. The right person should be able to streamline my site for faster loading speed and lower server resource usage. They should also have experience in proper site caching and optimization, and have technical know-how to handle DOM size reduction and enhancements, making the site more efficient overall. Key Skills: - Expertise in DOM size reduction. I am not looking for someone to install a caching or optimization plugin for me. The problem is the size of the DOM that affects the ...

    $143 (Avg Bid)
    $143 平均报价
    78 个竞标

    Anyone help me install Revolut App on BlueStacks Emulator - need anti-detection for emulator

    $161 (Avg Bid)
    $161 平均报价
    6 个竞标

    I need an IT engineer to install ThingsBoard Community Edition on my Windows server. Key Responsibilities: - Install ThingsBoard Community Edition on my Windows server. Ideal Skills and Experience: - Proven experience in server administration, especially Windows. - Familiarity with ThingsBoard platform or similar IoT platforms. - Ability to troubleshoot and resolve software installation issues. - Strong problem-solving skills and attention to detail. Please apply if you have the right skill set and availability for this project.

    $31 (Avg Bid)
    $31 平均报价
    6 个竞标

    I'm seeking urgent improvements for my MailEnable (v.10.48) email server. The project involves making the system both faster and more secure. Key Responsibilities: - Enhancing the system's performance for optimal speed and efficiency - Implementing security upgrades to ensure the entire system is robust and secure Task - install certificate into mailserver, - allow mail-client to use it which all protocols (POP/IMAP/SMTP), - server security (local fw) - SPF (Sender Policy Framework) - timeout of webmail access (it seems that now a session is unlimited) - customization of webmail: if the mail server is configured to answer to more than one domain, how is possible to adopt a different login page? Experience and Skills: - Proven track record in email server optimization...

    $169 (Avg Bid)
    $169 平均报价
    10 个竞标

    ...analytics. The specific Task - Requirements Document will be provided. Project will be developed by Phases(milestones), total 12. Selected team will be having opprtunity to work for long term! Skills and Experience: - Extensive experience in reporting and analytics!!!*** - Extensive experience in Laravel development - Proficiency in Laravel customization and optimization - Strong understanding of Gitlab - version control !* - Strong understanding of web development principles and best practices - Ability to work on a large-scale project and deliver high-quality results - Excellent problem-solving skills and attention to detail - Database Design & Management: The ability to design and manage a highly organized, efficient database is crucial. - API Integration: We expect the t...

    $7 / hr (Avg Bid)
    $7 / hr 平均报价
    24 个竞标

    I'm in need of an expert who can help install and set up an Alcatel PBX system for a medium-sized enterprise. The project also involves integrating this PBX system with VoIP services. This will be remote project, our team will give you access from the site. Key Responsibilities: - Configuration of Alcatel PBX system OXO408 - Integration of the PBX system with VoIP services along with call recording. - Integration with existing Cisco IP Telephony Ideal skills for this job include: - Profound understanding of Alcatel PBX systems. - Experience with VoIP services integration. - Prior work on medium-sized enterprise deployments. Your expertise in these areas will help us to establish a reliable communication system for our business, ensuring seamless connection with our clients...

    $148 (Avg Bid)
    $148 平均报价
    5 个竞标

    I'm searching for an experienced AWS...infrastructure that builds a CodePipeline. - The infrastructure must be set up in a way that is efficient, scalable, and easy to maintain. Your expertise in TypeScript will be crucial as you will need to write the CDK code using this language. In addition, you will need to integrate the CodePipeline with our GitLab repository. Ideal Skills and Experience: - Proficiency in TypeScript - Prior experience with AWS CDK - Strong understanding of CodePipeline - Experience with GitLab integration - Strong problem-solving skills to ensure the infrastructure is scalable and efficient. Please provide examples of similar projects you've completed. I have shared codepipeline script and 4 buidlsepecs files, you just need to place the ...

    $14 / hr (Avg Bid)
    $14 / hr 平均报价
    9 个竞标

    ...builder. Install and Configure Porto WooCommerce theme for these site functions. I purchased this theme: SSL has been installed and configured for domain. 1. NEED A WOW HOME PAGE - floating/falling words/images - Extract codes from demo pages included in theme package a. See attachment for home page sketch which needs improvement b. Want the home page to fade in color like this page porto demo which is included in the WooCommerce theme c. The mantra of the site is: "Together We Soar" scrolls from left to right across heading d. Images of the Collection - Soaps, Oils and Candles scrolls beneath "Together We Soar" from right to left. 2. Install Google Language

    $383 (Avg Bid)
    $383 平均报价
    18 个竞标

    I'm in need of an experienced DevSecOps engineer who can establish a secure coding pipeline for my project. Key Responsibilities: - Creation of a robust DevSecOps pipeline using GitLab CI/CD and Azure DevOps - Incorporating a branch git workflow for code development - Implementation of YAML, Powershell, and Python for pipeline development Specific Security Requirements: - Integrate vulnerability scanning for proactive identification and mitigation of threats - Implement static code analysis to improve code quality and security - Secure secret management to protect sensitive data - Integrate DAST (Dynamic Application Security Testing) for real-time security analysis I require someone who's well-versed in both DevOps and security practices. Experience with the above ment...

    $91 (Avg Bid)
    $91 平均报价
    28 个竞标

    ...the functionality I want. Also, the app should be able to detect the aspect ratio of each page in the pdf file so that it displays it in 100% view without distorting the text or the images in the pdf file. Please kindly let me know if you can develop this very simple app. Also, the app should be a single standalone exe file. That is, it should not require any sort of installation process to install it. It should just run as soon as we double click it. I believe you can use the pyinstaller app to develop such a single standalone exe file. By the way, I need the file to be developed in python, and all source files should be provided together with the executable file (app). The ideal candidate should have experience in desktop application development with a focus on user-friend...

    $169 (Avg Bid)
    $169 平均报价
    52 个竞标