mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	Improve doc
This commit is contained in:
		
							parent
							
								
									4162981081
								
							
						
					
					
						commit
						3709ba95cd
					
				
					 2 changed files with 10 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -54,6 +54,11 @@ As root:
 | 
			
		|||
*6.* Build Misskey
 | 
			
		||||
----------------------------------------------------------------
 | 
			
		||||
 | 
			
		||||
Before build, you need to set `NODE_ENV` to `production`. like this:
 | 
			
		||||
* Linux: `export NODE_ENV=production`
 | 
			
		||||
* Windows (PowerShell): `$env:NODE_ENV="production"`
 | 
			
		||||
* Windows (CMD): `set NODE_ENV=production`
 | 
			
		||||
 | 
			
		||||
Build misskey with the following:
 | 
			
		||||
 | 
			
		||||
`npm run build`
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -60,6 +60,11 @@ adduser --disabled-password --disabled-login misskey
 | 
			
		|||
*6.* Misskeyのビルド
 | 
			
		||||
----------------------------------------------------------------
 | 
			
		||||
 | 
			
		||||
ビルドする前に、`NODE_ENV`を`production`にする必要があります。例:
 | 
			
		||||
* Linux: `export NODE_ENV=production`
 | 
			
		||||
* Windows (PowerShell): `$env:NODE_ENV="production"`
 | 
			
		||||
* Windows (CMD): `set NODE_ENV=production`
 | 
			
		||||
 | 
			
		||||
次のコマンドでMisskeyをビルドしてください:
 | 
			
		||||
 | 
			
		||||
`npm run build`
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue