Difference between revisions of "Zynthian PyCharm Config"

From ZynthianWiki
Jump to navigation Jump to search
(Constructing a zynthian development environment using Jet Brain's PyCharm)
 
Line 14: Line 14:
 
Many tasks are presented simply and efficiently to ease the development process.
 
Many tasks are presented simply and efficiently to ease the development process.
 
A paid version (Professional) is available which also offers various additions including the ability to deploy and debug to a remote server which in this case will be the Zynthian raspberry pi.
 
A paid version (Professional) is available which also offers various additions including the ability to deploy and debug to a remote server which in this case will be the Zynthian raspberry pi.
 +
 +
'''Git Hub'''
 +
 +
[https://github.com/zynthian The Zynthian site at github] is where the zynthian repository is maintained.
 +
It has a modular structure and this needs to be accommodated within the PyCharm environment. It is also wise to fork this if you intend to do development as we have a benevolent dictatorship operated from a roof top in Barcelona :-)

Revision as of 20:44, 30 July 2018

Context

Zynthian

The Zynthianis a synthesizer system using various linux engines. It runs on a raspberry pi 3 with various configurable control and interface options which are configured via a web interface. It's default hostname is available via avahi as zynthian.local the default password is raspberry and is run as root.

PyCharm

PyCharm is an interactive development environment (IDE) from JetBrains that allows easy development of python code within projects. Many tasks are presented simply and efficiently to ease the development process. A paid version (Professional) is available which also offers various additions including the ability to deploy and debug to a remote server which in this case will be the Zynthian raspberry pi.

Git Hub

The Zynthian site at github is where the zynthian repository is maintained. It has a modular structure and this needs to be accommodated within the PyCharm environment. It is also wise to fork this if you intend to do development as we have a benevolent dictatorship operated from a roof top in Barcelona :-)