Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 543 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 543 Bytes

nterchange demo

Setup:

# Clone this repo and the database
cp ./.env.sample ./.env   #then adjust to suit your environment
./bin/composer install
mkdir -p ./var/{logs,ntercache,smarty_cache,templates_c} ./public_html/upload
cd public_html && php -S localhost:8000

Remote server setup is the same, with the following additions:

# Create an apache conf if necessary...
# chown some stuff
sudo chown -R www-data:www-data ./var/{logs,ntercache,smarty_cache,templates_c} ./public_html/upload