Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imio/buildout.library
https://github.com/imio/buildout.library
iasmartweb
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/imio/buildout.library
- Owner: IMIO
- Created: 2018-06-05T09:15:14.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-12-19T08:18:05.000Z (17 days ago)
- Last Synced: 2024-12-25T18:30:51.407Z (10 days ago)
- Topics: iasmartweb
- Language: Python
- Homepage:
- Size: 132 KB
- Stars: 0
- Watchers: 14
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
Awesome Lists containing this project
README
Buildout Library
================
This buildout is used to build dev and production environment for imio iA.Bibliohteca app.dev
---
Run these commands::make buildout
./bin/instance fgprod
----Production is build via Jenkins. A docker image is build in each commit and pushed on staging.
To run locally a production service, you can use docker-composeFirst
Add imio user to your environment::
sudo addgroup --gid 209 imio
sudo usermod -a -G imio $USERNAME
sudo chmod 664 -R var/filestorage/*
sudo chown $USERNAME:imio -R var/filestorageSecond get eggs to build quickly and build image::
make eggs
docker-compose buildFinally start docker-compose::
docker-compose up
and you can go to http://portal.localhost now