updating readme
This commit is contained in:
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