Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eamanu/unlarnianos
Foro para estudiantes y graduados de la UNLAR
https://github.com/eamanu/unlarnianos
flaskbb forums python python3
Last synced: 3 days ago
JSON representation
Foro para estudiantes y graduados de la UNLAR
- Host: GitHub
- URL: https://github.com/eamanu/unlarnianos
- Owner: eamanu
- License: gpl-3.0
- Created: 2020-11-29T00:06:09.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T07:47:42.000Z (about 2 years ago)
- Last Synced: 2024-04-18T05:21:08.649Z (9 months ago)
- Topics: flaskbb, forums, python, python3
- Language: Python
- Homepage:
- Size: 2.95 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# UNLARNIARNOS
Este proyecto está basado en [FlaskBB](https://github.com/flaskbb/flaskbb). Para más información sobre este visitar su página.
## Levantar el proyecto
Para levantar el proyecto en modo *desarrollo* se deben seguir los siguientes pasos:
* Crear un ambiente virtual. Esto se lo puede hacer mediante *virtualenvwrapper* (probado), o usando `python3 -m venv` (no probado).
* Crear la configuración
* `make devconfig`
* Instalar las depedencias y flaskbb en sí:
* `make install`
* Ejectutar el server en modo desarrollo:
* `make run`
* Visitar [localhost:5000](http://localhost:5000)## License
Este proyecto es GPL