https://github.com/duckthom/pb
A Lumen pastebin service [WIP]
https://github.com/duckthom/pb
Last synced: 5 months ago
JSON representation
A Lumen pastebin service [WIP]
- Host: GitHub
- URL: https://github.com/duckthom/pb
- Owner: DuckThom
- Created: 2016-10-18T19:47:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-20T23:30:12.000Z (over 9 years ago)
- Last Synced: 2024-12-29T16:45:34.985Z (over 1 year ago)
- Language: PHP
- Homepage: https://pastab.in
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://styleci.io/repos/71285308)
# PastaBin
A pastebin service made with Lumen
### Manual setup
Copy the example docker-compose file
- `cp docker-compose.yml.example docker-compose.yml`
Change its values
- `editor docker-compose.yml`
Build the containers
- `docker-compose build`
Start the containers
- `docker-compose up -d`
Go to the Lumen app directory
- `cd app`
Install the composer modules
- `composer install`
Install the node modules
- `npm install`
Compile/copy the css/js files
- `node_modules/.bin/gulp`
Copy the example .env file
- `cp .env.example .env`
Change its values
- `editor .env`
### Automatic setup
Soon™
- `envoy run setup`