Update to Laragon Portable 3.3

This commit is contained in:
Khoa Le
2018-07-18 11:22:49 +07:00
parent b40d0b0fea
commit 2b3a15d000
614 changed files with 204871 additions and 0 deletions

15
usr/Procfile Normal file
View File

@@ -0,0 +1,15 @@
# Format:
; Program Name: autorun COMMANDS env_file=PATH_OF_FILE pwd=PATH_OF_WORKING_DIR ENV_VAR1=VALUE ENV_VAR2="VALUE WITH SPACE"
# Help:
; Program Name: Will be displayed on Procfile or Tools' Menu (can contains space)
; autorun: Your COMMANDS will be run automatically when Laragon starts
; COMMANDS: A command or a series of commands (separated by & )
; env_file: You can set environment variables directly or put them to the file
; PWD: Current working directory - where the COMMANDS run
# Examples:
; My Cool App: autorun node start $PORT PORT=9000 env_file=usr\my_file.env PWD=usr/proj/myapp DB_HOST=1.2.3.4 DB_PORT=9999 DB_USER=user DB_PASS="!$Ab.cs3cre1" DB_NAME=cooldb
; Awesome Tool: "PATH HAS SPACES SHOULD BE QUOTED LIKE THIS"
------------------------------------------------------------------------------

15
usr/Procfile.tools Normal file
View File

@@ -0,0 +1,15 @@
# Format:
; Program Name: autorun COMMANDS env_file=PATH_OF_FILE pwd=PATH_OF_WORKING_DIR ENV_VAR1=VALUE ENV_VAR2="VALUE WITH SPACE"
# Help:
; Program Name: Will be displayed on Procfile or Tools' Menu (can contains space)
; autorun: Your COMMANDS will be run automatically when Laragon starts
; COMMANDS: A command or a series of commands (separated by & )
; env_file: You can set environment variables directly or put them to the file
; PWD: Current working directory - where the COMMANDS run
# Examples:
; My Cool App: autorun node start $PORT PORT=9000 env_file=usr\my_file.env PWD=usr/proj/myapp DB_HOST=1.2.3.4 DB_PORT=9999 DB_USER=user DB_PASS="!$Ab.cs3cre1" DB_NAME=cooldb
; Awesome Tool: "PATH HAS SPACES SHOULD BE QUOTED LIKE THIS"
------------------------------------------------------------------------------

22
usr/laragon.ini Normal file
View File

@@ -0,0 +1,22 @@
[preferences]
FirstRun=0
RunAtStartup=0
AutoVirtualHosts=-1
RightClickMenu=0
Lang=English
[nginx]
Use=-1
Version=nginx-1.10.1
DocumentRoot=C:/laragon/www
[php]
Version=php-5.4.9-nts-Win32-VC9-x86
[mysql]
Use=-1
Version=mysql-5.1.72-win32
[apache]
Use=-1
[mongodb]
Use=-1
[postgresql]
Use=-1

18
usr/quotes.txt Normal file
View File

@@ -0,0 +1,18 @@
Simplicity is the ultimate sophistication. - Leonardo da Vinci
Success is going from failure to failure without losing your enthusiasm. - Winston Churchill
The journey of a thousand miles begins with one step. - Lao Tzu
Dream big and dare to fail. - Norman Vaughan
The power of imagination makes us infinite. - John Muir
Make each day your masterpiece. - John Wooden
Believe and act as if it were impossible to fail. - Charles Kettering
Light tomorrow with today. - Elizabeth Barrett Browning
Even if you're on the right track, you'll get run over if you just sit there. - Will Rogers
Believe you can and you're halfway there. - Theodore Roosevelt
Don't wait. The time will never be just right. - Napoleon Hill
A year from now you may wish you had started today. - Karen Lamb
It is never too late to be what you might have been. - George Eliot
If there is no struggle, there is no progress. - Frederick Douglass
What we fear doing most is usually what we most need to do. - Tim Ferriss
Do what you love and the money will follow. - Marsha Sinetar
Champions keep playing until they get it right. - Billie Jean King
Action is the foundational key to all success. - Pablo Picasso

6
usr/sites.conf Normal file
View File

@@ -0,0 +1,6 @@
# Options
AutoCreateDatabase=true
Cached=true
# Wordpress
Wordpress=https://wordpress.org/latest.zip

5
usr/user.cmd Normal file
View File

@@ -0,0 +1,5 @@
:: use this file to run your own startup commands
:: use in front of the command to prevent printing the command
:: call %GIT_INSTALL_ROOT%\cmd\start-ssh-agent.cmd
:: set PATH=%USER_DIR%\bin\whatever;%PATH%