Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/astranchet/koken_bokeh_fr
Koken theme
https://github.com/astranchet/koken_bokeh_fr
Last synced: 26 days ago
JSON representation
Koken theme
- Host: GitHub
- URL: https://github.com/astranchet/koken_bokeh_fr
- Owner: astranchet
- License: other
- Created: 2015-07-08T11:56:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-08T11:59:57.000Z (over 9 years ago)
- Last Synced: 2023-03-23T08:40:46.794Z (almost 2 years ago)
- Language: CSS
- Size: 254 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
## Run locally
### Installation
```sh
docker pull koken/koken-lemp
mkdir -p /data/koken/www
mkdir -p /data/koken/mysql
``````sh
CID=$(docker run --restart=always -p 4444:8080 -v /data/koken/www:/usr/share/nginx/www -v /data/koken/mysql:/var/lib/mysql -d koken/koken-lemp /sbin/my_init)
IP=$(docker inspect $CID | grep IPAddress | cut -d '"' -f 4)
echo "Go to: http://$IP"
```