Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rikedyp/aplworkshop
https://github.com/rikedyp/aplworkshop
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rikedyp/aplworkshop
- Owner: rikedyp
- Created: 2020-06-02T09:18:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-20T11:55:06.000Z (about 2 years ago)
- Last Synced: 2023-03-06T23:52:12.940Z (almost 2 years ago)
- Language: Ruby
- Homepage: https://rikedyp.github.io/APLWorkshop/
- Size: 1.03 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learn Dyalog APL Workshop
## A self-contained course for instructors## Development
The APL Workshop course is developed using Jekyll, since it has native GitHub Pages support.
**Requirements:**
* Ruby
* Jekyll### Setup on Ubuntu
[Source](https://jekyllrb.com/docs/installation/ubuntu/)
1. `sudo apt-get install ruby-full build-essential zlib1g-dev`
2. `gem install jekyll bundler`### Local Development & Testing
`bundle install && ./serve.sh`The `serve.sh` help script has the following options:
* `-h`: Define a host, defaults to `0.0.0.0`.
* `-p`: Define a port, defaults to `4000`.