Skip to content

Open source Domitory management system build on Flask and nginx

License

Notifications You must be signed in to change notification settings

Teluser/domitory-project

Repository files navigation

Flask-SQL Docker depoly for Domitory system

Using this project

This project is a template. We recommend the following workflow:

  • Clone this repository.
  • Start the Docker container:
$ docker build -t <TAG NAME> . --network=host
$ docker run -p 80:80 -d <IMAGE ID>.
  • Verify that <IP address of Docker machine>/flask-nginx works, i.e. that Nginx is properly delegating to flask-nginx.
  • Move your code into the flask-nginx application, renaming things as needed.

Admin

admin
admin1234

Installation

Installation via requirements.txt:

  • Rename .env.example to .env
$ git clone https://github.com/manhlab/domitory-project.git
$ cd flasklogin-tutorial
$ python3 -m venv myenv
$ source myenv/bin/activate
$ pip3 install -r requirements.txt
$ flask run

On Windows:

$ git clone https://github.com/manhlab/domitory-project.git
$ cd flasklogin-tutorial
$ python3 -m venv myenv
$ myenv/bin/activate.bat
$ pip3 install -r requirements.txt
$ flask run

About

Open source Domitory management system build on Flask and nginx

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published