System Deploy
Less than 1 minute
System Deploy
For environments where Docker is unavailable or fine-grained control is needed.
Backend Setup
git clone https://gitee.com/beecue/fastbee.git
mysql -uroot -p fastbee < springboot/sql/fastbee.sql
cd springboot
# Edit application-druid.yml with your DB credentials
mvn clean package -DskipTests
java -jar fastbee-admin/target/fastbee-admin.jarFrontend Setup
cd vue
npm install
npm run build:prod
# Copy dist/ to your Nginx web rootMulti-database Support
| Database | SQL Script |
|---|---|
| MySQL | sql/fastbee.sql |
| PostgreSQL | sql/postgres/fastbee-v2.1.sql |
| SQL Server | sql/sqlserver/fastbee-v2.1.sql |
