FastAdmin online deployment process (updated on 2018-05-03)

FastAdmin online deployment process

first deployment

  1. Create a git environment.
  2. Create the composer environment.
  3. Create a bower environment.
  4. git clone the remote project code to the server.
  5. execute composer install.
  6. execute bower install.
  7. Import database to database.
  8. Create a .env file, configure the database and related username and password.
  9. end

code update

  1. execute git pull.
  2. execute composer update.
  3. execute bower update.

If there is a code conflict
// TODO:

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325226489&siteId=291194637