Git Product home page Git Product logo

openfreepanel's Introduction

OpenFreePanel

This is a panel to manage all kinds of cloud accounts, such as az aws do, linode 这个面板不适合一点linux和docker基础都没有的童鞋安装Docker

ubuntu 18 digitalocean机器成功

curl -fsSL https://get.docker.com -o get-docker.sh && sh get-docker.sh service docker start #如果docker没启动,可以运行这个

docker创建网络

docker network create cdntip_network 启动mysql容器

mkdir /data docker run -d -it --network cdntip_network -v /data/mysql:/var/lib/mysql --name panel_mysql -e MYSQL_ROOT_PASSWORD=root -e MYSQL_DATABASE=panel mysql:5.7 --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci (更换mysqlroot密码后,机器内部也需要修改database.conf文件的密码)

启动 cloudpanel

docker run -d -it --network cdntip_network -p 8111:80 --name panel tiktokmjj/openpanel (8111端口可改为任意,此处为实际对外端口)

进入容器

docker exec -it panel /bin/bash

创建管理员 python manage.py createsuperuser --username ree34gsfewr --email [email protected] (创建用户)

fe39SI33##3Ss3zb83

添加aws镜像

python manage.py aws_update_images

更新程序

docker stop panel #停止当前容器 docker rm panel#删除当前容器

openfreepanel's People

Contributors

gaoanwjb avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.