Move files from util to mods

- Move local.config.vagrant.php
- Move fpostit
- Move bookmarklet-share2friendica
- Updated Readme file
This commit is contained in:
Hypolite Petovan 2018-11-28 23:08:43 -05:00
parent b42760b0e6
commit c0b3b73c88
10 changed files with 37 additions and 32 deletions

View file

@ -86,7 +86,7 @@ cd /var/www
php bin/composer.phar install
# initial config file for friendica in vagrant
cp /vagrant/util/local.config.vagrant.php /vagrant/config/local.config.php
cp /vagrant/mods/local.config.vagrant.php /vagrant/config/local.config.php
# copy the .htaccess-dist file to .htaccess so that rewrite rules work
cp /vagrant/.htaccess-dist /vagrant/.htaccess