Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sithlord48/webatelier
Website of Atelier project
https://github.com/sithlord48/webatelier
Last synced: 8 days ago
JSON representation
Website of Atelier project
- Host: GitHub
- URL: https://github.com/sithlord48/webatelier
- Owner: sithlord48
- License: gpl-3.0
- Created: 2017-10-25T20:18:39.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-31T13:13:20.000Z (almost 7 years ago)
- Last Synced: 2024-10-29T12:43:35.470Z (about 2 months ago)
- Language: HTML
- Size: 53.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## Atelier
[![Build Status](https://travis-ci.org/lays147/WebAtelier.svg?branch=master)](https://travis-ci.org/lays147/WebAtelier)
[![Code Health](https://landscape.io/github/lays147/WebAtelier/master/landscape.svg?style=flat)](https://landscape.io/github/lays147/WebAtelier/master)
--
This is the website for [Atelier](https://atelier.kde.org), the printer host of 3DPrinting from KDE Community.
--
License: GPLV3## Powered by:
- Python
- Flask
- Bootstrap## Deploy:
Create a virtualenv environment for this application and then:```bash
$ git clone https://github.com/lays147/WebAtelier.git
$ cd WebAtelier
$ tox -e wheel
$ cd dist
$ pip install atelier.whl
```Run with SystemD
```bash
$ sudo vi /etc/systemd/system/atelier.service
$ sudo chmod 664 /etc/systemd/system/atelier.service
```Include on the file the following setup:
```
[Unit]
Description=Atelier Website Service
After=multi-user.target[Service]
Type=idle
ExecStart=/virtualenv/bin/atelier --port 8000[Install]
WantedBy=multi-user.target
```
Now, you can start the service:```bash
sudo systemctl daemon-reload
sudo systemctl enable atelier.service
sudo systemctl start atelier.service
```
### More:
- [Telegram](https://t.me/KDEAtelier)
- #kde-atelier on freenode IRC