Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/binocarlos/myoffice2
myoffice2 mod_perl application source code
https://github.com/binocarlos/myoffice2
Last synced: 11 days ago
JSON representation
myoffice2 mod_perl application source code
- Host: GitHub
- URL: https://github.com/binocarlos/myoffice2
- Owner: binocarlos
- Created: 2014-11-05T14:18:42.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-10T17:03:56.000Z (about 10 years ago)
- Last Synced: 2024-04-14T14:36:44.231Z (7 months ago)
- Language: Perl
- Size: 3.71 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
myoffice2
---------Source code for the myoffice2 mod_perl application
## build
```bash
$ docker build -t myoffice2 .
```## run
```bash
$ docker run -d \
--name myoffice2 \
-p 80:80 \
-e MYSQL_USER=webkitfolders \
-e MYSQL_PASSWORD=$MYSQL_PASSWORD \
--link mysql:mysql \
myoffice2
```## licence
MIT