Added docker windows container for dev

This commit is contained in:
2021-09-05 23:16:37 +08:00
parent 7419c1c869
commit 01dca50e2e
16 changed files with 217 additions and 44 deletions
+7 -19
View File
@@ -1,8 +1,12 @@
# BotanJS
A working concept of Js/Css framework for web browsers
### Showcase
- Pending
### Disclaimer
- This is a working concept. So it works on me. And may have a bunch of useless dependency. Use at your own risks!
### Try it - Docker for windows (using windows container with nanoserver)
- docker -f windows/docker-compose.yml build
- docker -f windows/docker-compose.yml up
### Features
- Compressable by Closure Compiler (Advanced Compression)
@@ -10,29 +14,13 @@ A working concept of Js/Css framework for web browsers
- Everything is merged into one file for that page
- css class inheritance
### Disclaimer
- This is a working concept. So it works on me. And may have a bunch of useless dependency. Use at your own risks!
### Documentation
- Will be added later
### Prerequisties
- python3
- virtualenv
#### For Service.WebAPI
- virtualenv ( optional )
- pip install Flask
- pip install Celery
- pip install redis
- pip install compressinja
### Before start, run
```
virtualenv env
./botan-rebuild
```
#### To start just run ( in virtualenv )
```
./botan-start
```