Coder Social home page Coder Social logo

typecho-railway's Introduction

Please do not upload attachments, otherwise they will be lost

Please do not upload attachments, otherwise they will be lost

Please do not upload attachments, otherwise they will be lost

请不要上传附件,否则会丢失

请不要上传附件,否则会丢失

请不要上传附件,否则会丢失

Deploy on Railway

Deploy on Railway

Environment Variables

TIMEZONE

default: UTC

Server timezone, eg: Asia/Shanghai

MEMORY_LIMIT

PHP memory limit, eg: 100M

MAX_POST_BODY

eg: 50M

TYPECHO_INSTALL

default: 0

Set to 1 if you want to run installation script automatically.

TYPECHO_DB_ADAPTER

default: Pdo_Mysql

Database driver for typecho, could be: Pdo_Mysql, Pdo_SQLite, Pdo_Pgsql, Mysqli, SQLite, Pgsql.

TYPECHO_DB_HOST

default: localhost

Database server host, only available for mysql and pgsql drivers.

TYPECHO_DB_PORT

default: 3306(for mysql) or 5432(for pgsql)

Database server port, only available for mysql and pgsql drivers.

TYPECHO_DB_USER

* required for mysql and pgsql drivers

Database username, only available for mysql and pgsql drivers.

TYPECHO_DB_PASSWORD

* required for mysql and pgsql drivers

Database password, only available for mysql and pgsql drivers.

TYPECHO_DB_FILE

* required for sqlite driver

Database file storage path, only available for sqlite driver.

TYPECHO_DB_DATABASE

* required for mysql and pgsql drivers

Database name of typecho, only available for mysql and pgsql drivers.

TYPECHO_DB_PREFIX

default: typecho_

The prefix of all tables.

TYPECHO_DB_ENGINE

default: InnoDB

Mysql database engine, only available for mysql driver.

TYPECHO_DB_CHARSET

default: utf8(for pgsql) or utf8mb4(for mysql)

Database charset, only available for mysql and pgsql drivers.

TYPECHO_DB_NEXT

default: none

The action to perform when there are already having some application tables in database.

  • none: Do nothing, just exit.
  • keep: Keep these tables, and skip the init step.
  • force: Delete these tables, and init data again.

TYPECHO_SITE_URL

* required

Your website url, for example: https://your-domain.com

TYPECHO_USER_NAME

default: typecho

The admin username to create.

TYPECHO_USER_PASSWORD

default: a random 8 characters string.

The admin password to create.

TYPECHO_USER_MAIL

default: [email protected]

The email address of admin to create.

typecho-railway's People

Contributors

miaomint avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 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.