Byte-ul Posted February 7, 2016 Report Posted February 7, 2016 Link: https://github.com/CrackAttackz/JetBrainsLicenseServer Readme: A license server for JetBrains products which will allow for registration of IDEs NOTE: This is provided for educational purposes only. I, CrackAttackz am not responsible for what you do with this software. Please support the software developers that create these products. Windows instructions ( Windows binaries created withhttps://github.com/pyinstaller/pyinstaller ) In the "windows" folder run start_license_server.bat (This will open the JetBrains license server) In the JetBrains product menu, go to Help -> Register... Select "License server" Under "License server address:" enter in "http://localhost:9123" The product should now be licensed. You can close the license server window by selecting it and using Ctrl + C Linux / Mac: Change directory to the "linux-mac" folder [Optional] Create a virtualenv and enter it Run "pip install -r requirements.txt" to install required PyPI packages Run "python ./jetbrains_license_server/manage.py runserver localhost:9123" In the JetBrains product menu, go to Help -> Register... Select "License server" Under "License server address:" enter in "http://localhost:9123" The product should now be licensed. You can close the license server. 2 Quote
old66 Posted February 8, 2016 Report Posted February 8, 2016 (edited) Testat de ceva vreme si functioneaza cu Phpstorm 10.0.3 si IntelliJ IDEA 15. La o pornire ulterioara a programelor (dupa un timp - nu stiu exact perioada), serverul de licentiere trebuie sa fie iarasi activ. Edited February 8, 2016 by old66 Quote