forked from Botanical/BotanJS
Added docker windows container for dev
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user