Config, secrets, basic POST handling
* add script/config * add atst.ini * add cookie_secret * update docs
This commit is contained in:
committed by
Jason Garber
parent
6cf7a7bffa
commit
a340eede07
3
script/config
Executable file
3
script/config
Executable file
@@ -0,0 +1,3 @@
|
||||
cp atst.ini.example atst.ini
|
||||
rand=`head -c 400 /dev/random | tr -dc A-Za-z0-9_=,@-`
|
||||
perl -p -i -e "s/change_me_into_something_secret/$rand/" atst.ini
|
@@ -24,5 +24,8 @@ fi
|
||||
# Install application dependencies
|
||||
script/bootstrap
|
||||
|
||||
# Generate default configuration
|
||||
script/config
|
||||
|
||||
# Symlink uswds fonts into the /static directory
|
||||
ln -s ../node_modules/uswds/src/fonts ./static/fonts
|
||||
|
Reference in New Issue
Block a user