add start.sh+bat
This commit is contained in:
		
							parent
							
								
									74ff217c7e
								
							
						
					
					
						commit
						587e6d8089
					
				| @ -5,4 +5,6 @@ filesets: | ||||
|         - conf | ||||
|         - LICENSE | ||||
|         - README.md | ||||
|         - README_ZH.md | ||||
|         - README_ZH.md | ||||
|         - start.bat | ||||
|         - start.sh | ||||
|  | ||||
							
								
								
									
										6
									
								
								start.sh
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										6
									
								
								start.sh
									
									
									
									
									
										Executable file
									
								
							| @ -0,0 +1,6 @@ | ||||
| #!/bin/bash - | ||||
| # | ||||
| # start gogs web | ||||
| # | ||||
| cd "$(dirname $0)" | ||||
| ./gogs web | ||||
							
								
								
									
										3
									
								
								web.go
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								web.go
									
									
									
									
									
								
							| @ -160,6 +160,7 @@ func runWeb(*cli.Context) { | ||||
| 		base.Cfg.MustValue("server", "HTTP_PORT", "3000")) | ||||
| 	log.Info("Listen: %s", listenAddr) | ||||
| 	if err := http.ListenAndServe(listenAddr, m); err != nil { | ||||
| 		log.Critical(err.Error()) | ||||
| 		fmt.Println(err.Error()) | ||||
| 		//log.Critical(err.Error()) // not working now
 | ||||
| 	} | ||||
| } | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user