博客系统
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
hsy77 b2a843ec09 code 3 years ago
bluelog code 删除 3 years ago
logs code 删除 3 years ago
migrations code 删除 3 years ago
pic code 删除 3 years ago
root/content code 删除 3 years ago
tests code 删除 3 years ago
uploads code 删除 3 years ago
.coveragerc code 3 years ago
.flake8 code 3 years ago
.flaskenv code 3 years ago
.gitignore code 3 years ago
LICENSE code 3 years ago
Pipfile code 3 years ago
Pipfile.lock code 3 years ago
Procfile code 3 years ago
Procfile.windows code 3 years ago
README.md code 3 years ago
content.rar code 3 years ago
css.md code 3 years ago
requirements.txt code 3 years ago
wsgi.py code 3 years ago
云计算项目.pptx code 3 years ago
标题.png code 3 years ago

README.md

Bluelog 安装

使用镜像直接看第4步

云数据库以删除,需要新建(防止花费过高)

1,安装过程

clone:

$ git clone https://github.com/hsy77/bluelog.git
$ cd bluelog

2,使用已有数据库

(使用新建数据库先跳转至3,再做2)

在云主机中安装依赖:

(这两步可不做,即不用创建虚拟环境)
$ python3 -m venv env  
$ source env/bin/activate  
(需要在云主机上或者虚拟环境中运行,两个环境都可以,为了保证psycopg2的安装不报错)
$ sudo yum install postgresql-libs -y
$ sudo yum install postgresql-devel -y
$ sudo yum install gcc -y
(安装需要的包)
$ pip3 install -r requirements.txt

生成数据并且运行:

$ flask forge #将数据导入数据表中
$ flask run -h 0.0.0.0 -p 80  #在0.0.0.0 80端口运行,为了使得使用外网ip可以访问
* Running on http://0.0.0.0:80/

接下来就可以在网页上输入云主机外网ip访问

Test account:

  • username: admin
  • password: helloflask

3, 使用新建云数据库

  • bluelog\bluelog\settings.py 中的以下四个参数改为自己数据库的设置

数据库设置.jpg

4,从镜像中导入:

- 先做步骤3,新建数据库

- 然后

生成数据并且运行:

$ flask forge #将数据导入数据表中
$ flask run -h 0.0.0.0 -p 80  #在0.0.0.0 80端口运行,为了使得使用外网ip可以访问
* Running on http://0.0.0.0:80/

接下来就可以在网页上输入云主机外网ip访问

Test account:

  • username: admin

  • password: helloflask

安装成果

安装成果.jpg