Dallas-Makerspace / Inventory

An inventory management system designed for the Dallas Makerspace
http://dallasmakerspace.org
GNU Affero General Public License v3.0
47 stars 25 forks source link

Install issue #3

Closed pablorq closed 6 years ago

pablorq commented 6 years ago

Hi!

I've done the install steps but it doesn't work.

Step by step to reproduce the issue:

Notice (1024): Please change the value of 'Security.cipherSeed' in app/Config/core.php to a numeric (digits only) seed value specific to your application [CORE\Cake\Utility\Debugger.php, line 854]

Any idea?

denzuko commented 6 years ago

Try updating app/Config/core.php:192 and app/Config/core.php:187 to a new assigned values.

The best way to do so would be with the openssl(1) command like so:

How to generate a new cipherSeed

openssl prime -generate -bits 32

How to generate a new cipherSeed

openssl prime -generate -bits 128 -hex