Difference between revisions of "Command Line User Guide"

From ZynthianWiki
Jump to navigation Jump to search
m
Line 1: Line 1:
 
=SSH/SFTP access:=
 
=SSH/SFTP access:=
  
login: root
+
login: root
 
+
password: raspberry
password: raspberry
 
  
 
User pi doesn't exist any more and ... it's a good idea to change the password :wink:
 
User pi doesn't exist any more and ... it's a good idea to change the password :wink:
Line 9: Line 8:
 
=Base Directory:=
 
=Base Directory:=
  
/zynthian
+
/zynthian
  
 
Almost all the zynthian stuff like synth engines, audio plugins, soundfonts, zynthian user interface, setup scripts and other specific software is in this directory.
 
Almost all the zynthian stuff like synth engines, audio plugins, soundfonts, zynthian user interface, setup scripts and other specific software is in this directory.
Line 15: Line 14:
 
=UI configuration file=
 
=UI configuration file=
  
/zynthian/zynthian-ui/zynthian_gui_config.py
+
/zynthian/zynthian-ui/zynthian_gui_config.py
 +
 
 
This file contains some configuration parameters for the Zynthian User Interface:
 
This file contains some configuration parameters for the Zynthian User Interface:
  

Revision as of 18:24, 25 August 2017

1 SSH/SFTP access:

login: root
password: raspberry

User pi doesn't exist any more and ... it's a good idea to change the password :wink:

2 Base Directory:

/zynthian

Almost all the zynthian stuff like synth engines, audio plugins, soundfonts, zynthian user interface, setup scripts and other specific software is in this directory.

3 UI configuration file

/zynthian/zynthian-ui/zynthian_gui_config.py

This file contains some configuration parameters for the Zynthian User Interface:

  • Logging level
  • Wiring layout
  • Font & Color scheme
  • etc.

4 Stopping/Starting Zynthian UI

You must use systemd-style commands to stop & start any system service, that includes the zynthian UI:

# systemctl stop zynthian
# systemctl start zynthian

If you want to run the zynthian UI in the console (i.e. inspect the logging/debug messages), you must stop the zynthian service and run the zynthian UI as a normal script using:

# systemctl stop zynthian
# /zynthian/zynthian-sys/sbin/zynthian.sh