https://github.com/wekan/wedos
WeKan for FreeDOS and Bash
https://github.com/wekan/wedos
Last synced: 3 months ago
JSON representation
WeKan for FreeDOS and Bash
- Host: GitHub
- URL: https://github.com/wekan/wedos
- Owner: wekan
- License: mit
- Created: 2022-09-17T15:10:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-14T01:06:57.000Z (about 3 years ago)
- Last Synced: 2025-04-10T04:18:21.579Z (about 1 year ago)
- Language: Roff
- Homepage:
- Size: 245 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
## WeKan ® Open Source kanban for FreeDOS and Bash
- In Progress.
- Only some menu options show something.
- Has counting of boards etc from SQLite database.
- Related MongoDB to SQLite migration script https://github.com/wekan/minio-metadata/blob/main/mongoexport-all-tables.sh
- https://www.meteor.com (Node.js+MongoDB) based WeKan Open Source kanban https://wekan.github.io and https://github.com/wekan/wekan
### Starting FreeDOS version
Tested at FreeDOS running at VirtualBox.
1. Download https://github.com/wekan/wedos/archive/refs/heads/main.zip
2. `unzip main.zip`
3. `cd wedos`
4. `w`
TODO: How to use FreeDOS version of echo command to not add newline, so text and count of boards to same line?
It works in Bash, but not in FreeDOS.
### Starting Bash version
Tested at Bash at Ubuntu 23.04. Works where Bash, Git and SQLite3 are available.
```
sudo apt -y install git sqlite3
git clone https://github.com/wekan/wedos
cd wedos
./w.sh
```