# JetbrainsServer **Repository Path**: yushangcl/JetbrainsServer ## Basic Information - **Project Name**: JetbrainsServer - **Description**: No description available - **Primary Language**: Shell - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 5 - **Created**: 2018-07-17 - **Last Updated**: 2023-08-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # JetBrains Server `version 0.1.1` `20180504` It is a Shell Script which can build a JetBrains Server automatically. --- `HOW TO USE` ``` wget --no-check-certificate -O install.sh https://raw.githubusercontent.com/yushangcl/JetbrainsServer/master/install.sh && chmod +x install.sh && bash install.sh ``` **License server http://ip:1017** If you do not want to build a server, you can use the following server activation > http://idea.itbat.cn ##### firewall iptables -I INPUT -m state —state NEW -m tcp -p tcp —dport 1018 -j ACCEPT iptables -I INPUT -m state —state NEW -m udp -p udp —dport 1018 -j ACCEPT --- The following hardware platforms and operating systems are supported. More hardware platforms and operating systems are coming. | Hardware Platform | Operating System | | ----------------- | --------------------------- | | x86/i386 | Debian、Ubuntu、CentOS | | x86-64/amd64 | Debian、Ubuntu、CentOS、Deepin | | Raspberry pi | Raspbian | This following JetBrains products are supported: - AppCode - CLion - DataGrip - dotCover - dotMemory - dotTrace - IntelliJ IDEA - GoLand - PhpStorm - PyCharm - ReSharper - ReSharper C++ - ReSharper Ultimate - Rider - RubyMine - WebStorm (Binaries from blog.lanyus.com)