https://github.com/binhex/arch-archlinux
https://github.com/binhex/arch-archlinux
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/binhex/arch-archlinux
- Owner: binhex
- License: gpl-3.0
- Created: 2020-11-06T20:49:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-31T19:42:01.000Z (about 1 year ago)
- Last Synced: 2025-01-14T11:16:23.509Z (6 months ago)
- Language: Shell
- Size: 37.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**Application**
[PyCharm](https://www.jetbrains.com/pycharm/)
**Description**
PyCharm is an Integrated Development Environment (IDE) used in computer programming, specifically for the Python language. It is developed by the Czech company JetBrains.[2] It provides code analysis, a graphical debugger, an integrated unit tester, integration with version control systems (VCSes), and supports web development with Django.
**Build notes**
Latest stable PyCharm release from Arch Linux AUR.
**Usage**
```
docker run -d \
-p 5900:5900 \
-p 6080:6080 \
--name= \
-v :/config \
-v :/data \
-v /etc/localtime:/etc/localtime:ro \
-e WEBPAGE_TITLE= \
-e VNC_PASSWORD= \
-e UMASK= \
-e PUID= \
-e PGID= \
binhex/arch-pycharm
```Please replace all user variables in the above command defined by <> with the correct values.
**Example**
```
docker run -d \
-p 5900:5900 \
-p 6080:6080 \
--name=pycharm \
-v /apps/docker/pycharm:/config \
-v /apps/docker/pycharm/projects:/data \
-v /etc/localtime:/etc/localtime:ro \
-e WEBPAGE_TITLE=Tower \
-e VNC_PASSWORD=mypassword \
-e UMASK=000 \
-e PUID=0 \
-e PGID=0 \
binhex/arch-pycharm
```**Access via web interface (noVNC)**
`http://:/vnc.html?resize=remote&host=&port=&&autoconnect=1`
e.g.:-
`http://192.168.1.10:6080/vnc.html?resize=remote&host=192.168.1.10&port=6080&&autoconnect=1`
**Access via VNC client**
`::`
e.g.:-
`192.168.1.10::5900`
**Notes**
User ID (PUID) and Group ID (PGID) can be found by issuing the following command for the user you want to run the container as:-
```
id
```
___
If you appreciate my work, then please consider buying me a beer :D[](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MM5E27UX6AUU4)
[Documentation](https://github.com/binhex/documentation) | [Support forum](https://forums.lime-technology.com/topic/60734-support-binhex-pycharm/)