Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ediathome committed Feb 10, 2019
1 parent ba21e1b commit 7023998
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,27 @@
# PrestaClassroom
A platform for installing multiple Prestashop instances easily for use in school classrooms. This software is one of the results of the project [Fit for E-Commerce](https://fitforecommerce.github.io) which is co-funded by the Erasmus+ programme of the European Union.

## Installation
1. Download the current release from the release page
2. Edit the ```lib/config/config.yml``` to match your configuration
3. Edit the ```.htaccess` file in the root folder and fix the base url

## Usage
1. Open the root url of your PrestaClassroom installation.
2. Download a Prestashop version for installation via the Download button.
3. Configure the installation under via the Install button.
4. Press Start and wait while the installation progresses.

## Links
* Info on setting up fluentd logging on macos: https://docs.fluentd.org/v1.0/articles/install-by-dmg
* Fixing issues with MAMP and cli installer: https://stackoverflow.com/questions/22188026/sqlstatehy000-2002-no-such-file-or-directory

* Add access rights to user ```GRANT CREATE USER, RELOAD on *.* TO presta WITH GRANT OPTION; GRANT CREATE USER, RELOAD on *.* TO presta@localhost WITH GRANT OPTION; flush privileges;```

* Info on installing Prestashop modules from the CLI: https://github.com/nenes25/prestashop_eiinstallmodulescli/blob/master/README.md

## Known Issues
* Error 500 when running Prestashop Installer on MAMP server: ```[Sun Feb 10 15:28:54 2019] [error] [client ::1] FastCGI: comm with server "/Applications/MAMP/fcgi-bin/php7.2.8.fcgi" aborted: idle timeout (30 sec), referer: http://localhost:8888/classroom/public/install/execute
[Sun Feb 10 15:28:54 2019] [error] [client ::1] FastCGI: incomplete headers (0 bytes) received from server "/Applications/MAMP/fcgi-bin/php7.2.8.fcgi", referer: http://localhost:8888/classroom/public/install/execute``` read here for fix: https://stackoverflow.com/questions/24715426/how-do-you-increase-the-apache-fastcgi-timeout-on-mamp-mamp-pro

## Disclaimer

Expand Down

0 comments on commit 7023998

Please sign in to comment.