updating readme
This commit is contained in:
4
composer.lock
generated
4
composer.lock
generated
@@ -1819,7 +1819,7 @@
|
||||
"illuminate/session": "~5.0|^6.0",
|
||||
"illuminate/support": "~5.0|^6.0",
|
||||
"intervention/image": "~2.5",
|
||||
"php": "^7.2"
|
||||
"php": "^7.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"mockery/mockery": "^1.0",
|
||||
@@ -2505,7 +2505,7 @@
|
||||
"require": {
|
||||
"illuminate/support": ">=5.1",
|
||||
"jenssegers/agent": "^2.6",
|
||||
"php": ">=7.2",
|
||||
"php": ">=7.1",
|
||||
"ua-parser/uap-php": "^3.9"
|
||||
},
|
||||
"require-dev": {
|
||||
|
11
readme.md
11
readme.md
@@ -171,13 +171,11 @@ server {
|
||||
|
||||
(You will most likely encounter a issue where 2 packages namely: visitor and captcha require at least php 7.2, to get around this just change the value to 7.1 in the composer.lock file)
|
||||
|
||||
(make sure you have enough RAM for the installation, otherwise use swap)
|
||||
For your local development instance make sure that you change 'secure' => true, to 'secure' => false, in `config/session.php` otherwise it will not let you log in!
|
||||
|
||||
`touch .env`
|
||||
|
||||
`php71 artisan key:generate`
|
||||
Create the .env file with the following content
|
||||
|
||||
`vim .env`
|
||||
<pre>
|
||||
APP_KEY=
|
||||
APP_ENV=production
|
||||
@@ -196,12 +194,17 @@ RECAPTCHA_PUBLIC=
|
||||
RECAPTCHA_PRIVATE=
|
||||
</pre>
|
||||
|
||||
`php71 artisan key:generate`
|
||||
|
||||
`mkdir public/b`
|
||||
|
||||
`cd public/b`
|
||||
|
||||
Now put some random webm in the folder and name it `1.webm`
|
||||
|
||||
`mkdir public/thumbs`
|
||||
`mkdir public/thumbs/beta`
|
||||
|
||||
Modify `database/seeds/DatabaseSeeder.php` and uncomment all the different seeders. (Initially you'll need all)
|
||||
|
||||
Run `php71 artisan migrate` and then `php71 artisan db:seed`
|
||||
|
Reference in New Issue
Block a user