Se recomienda que el usuario tenga privilegios de root:
sudo chmod +x docker-config.sh
Ir a https://github.com/docker/compose/releases y tomar la version del stable release que al momento es 1.21.2 y pasarla como argumento al script
<php | |
class NameClass { | |
/** | |
* Genera numero secuencial de solicitud | |
*/ | |
public function getNextOrderNumber() | |
{ | |
// Get the last created order | |
$lastOrder = TuModelo::orderBy('created_at', 'desc')->first(); |
<!DOCTYPE html><html><head><title>Error</title><style>.background{background:url('https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRXerUvVEqC5fxY2AxSFiWfGgl55RgwgxvPBsgxwPTtbrxhdKln') no-repeat center bottom fixed;}</style></head><body class="background" style="color:#444;margin:0;font:normal 14px/20px Arial,Helvetica,sans-serif;height:100%;background-color:#fff;"><div style="height:auto;min-height:100%;"><div style="text-align:center;width:900px;margin-left:-400px;position:absolute;top:30%;left:50%;"><h2 style="margin-top:20px;font-size:30px;">The resource requested could not be found on this server!</h2></div></div></body></html> |
Se recomienda que el usuario tenga privilegios de root:
sudo chmod +x docker-config.sh
Ir a https://github.com/docker/compose/releases y tomar la version del stable release que al momento es 1.21.2 y pasarla como argumento al script
I hereby claim:
To claim this, I am signing this object:
name: Deploy | |
on: | |
push: | |
branches: | |
- master # Change this to your default branch | |
jobs: | |
build: |
// Start GCode | |
G28 ;Home | |
G1 Z15.0 F2000 ;Move the platform | |
// End GCode | |
M104 S0 | |
M140 S0 | |
G92 E0 | |
G1 E-10 F2000 | |
G28 X0 Y0 |