Shanoir Installation QuickInstall - alexpron/shanoir-ng GitHub Wiki
This section gives the minimal instructions for bootstrapping a Shanoir development environment and perform an initial Shanoir local installation.
-
Install Shanoir Requirements
-
Add the following line in your /etc/hosts :
127.0.0.1 shanoir-ng-nginx viewer
https://shanoir-ng-nginx/ will be reachable from your web browser
[!IMPORTANT] Windows or Mac users need to tune the underlying Virtualbox machine used:
- increase the amount of allocated RAM (10GB minimun)
- set up TCP port redirections (at least for ports 8080 and 443)
- Build and deploy from scratch Shanoir on the development machine
./bootstrap.sh --clean
[!WARNING]
bootstrap.shis destructive: it will wipe out the external volumes configured. Do not use on it a production host !
Once the bootstrap is complete, go on to the FIRST RUN section to create the initial users.
[!IMPORTANT] If this approach is not working please report to the Step-by-Step Installation Instructions