Skip to content

justDevShare/JetbrainsServer-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%