Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noha/pharo-minimal
A set of scripts and resources to produce a pharo minimal headless image
https://github.com/noha/pharo-minimal
Last synced: 22 days ago
JSON representation
A set of scripts and resources to produce a pharo minimal headless image
- Host: GitHub
- URL: https://github.com/noha/pharo-minimal
- Owner: noha
- Created: 2019-03-11T15:20:57.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-04T13:40:17.000Z (almost 6 years ago)
- Last Synced: 2024-10-31T07:04:39.637Z (2 months ago)
- Language: Smalltalk
- Size: 41 KB
- Stars: 9
- Watchers: 5
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# playground for minimal image creation [![Build Status](https://travis-ci.org/noha/pharo-minimal.svg?branch=master)](https://travis-ci.org/noha/pharo-minimal)
This repository contains scripts and patches in order to build a pharo minimal images. The builds are using the VM_ARCH environment variable to detect which version to build. By using
VM_ARCH=32 make ....
will build a 32 bit version. Default is to build 64 bit
## telepharo
In the telepharo directory use
$ make server
to build a pharo minimal telepharo image. With
$ make run-server
it will launc the headless image on port 40423. The client can be build using
$ make client
It builds a full pharo image with telepharo. It is started using
$ make run-client
If you open a playground and execute
remotePharo := TlpRemoteIDE connectTo: (TCPAddress ip: #[127 0 0 1] port: 40423).
remotePharo openPlaygroundyou should be connected to the server image