7f114abd2a9f28f62fbb3f2fa7cf5ed9c391cf1c
This approach does not work nicely because the cloudrons do not have the horse power for compilation (even on 1GB droplets). Things like gem install and npm install just hang for very long time. docker keeps crashing because of OOM. Initially, we suspected some btrfs issue but creating an image without btrfs for docker has the same issues. Plan is to create a build server for this purpose imageName is now derived from convention This reverts4a31b6c2ffRevert "Update route read tarball as well" This reverts commit965ddb86c3. Revert "Make app sources a constant" This reverts commitfdb74cc5e3. Revert "Copy tarball into sources dir" This reverts commitb534019398. Revert "Make update route multipart" This reverts commit079b3a50e3. Revert "Make install route multipart request" This reverts commite61392269c. Revert "Add ?build query param for logs" This reverts commit4544a86846. Remove tail-stream This reverts commit8c6510b4f4
The Box
Development setup
- sudo useradd -m yellowtent ** This dummy user is required for supervisor 'box' configs ** Add admin-localhost as 127.0.0.1 in /etc/hosts ** All apps will be installed as hypened-subdomains of localhost. You should add hyphened-subdomains of your apps into /etc/hosts
Running
./run.sh- this starts up nginx to serve up the webadminDEBUG=box:* ./app.js- this the main box code.- Navigate to https://admin-localhost
Description
Languages
JavaScript
72.6%
Vue
22.3%
Shell
3.1%
HTML
1.1%
EJS
0.7%
Other
0.2%