Para instalar node y manejar versiones, es crossplatform funciona en windows/linux/mac
(Getting started)[https://docs.volta.sh/guide/getting-started]
# Install latest LTS release
volta install node
# Install specific version
Para instalar node y manejar versiones, es crossplatform funciona en windows/linux/mac
(Getting started)[https://docs.volta.sh/guide/getting-started]
# Install latest LTS release
volta install node
# Install specific version
- https://help.dreamhost.com/hc/en-us/articles/216445197-Pushing-your-local-Git-repository-to-a-DreamHost-server-Linux-Mac-OS-X | |
- https://help.dreamhost.com/hc/en-us/articles/115000684492-Using-Git-for-web-development | |
- http://ankitahuja.com/blog/2011/05/06/deploying-on-dreamhost-using-git/ | |
- https://gist.github.com/nissicreative/33e2b20fa5f02efa2e134cffd5fd32c0 |
# Export current (local) DB
wp db export db.sql
# Copy file from local to server (may need to amend server path if not in html folder)
# The example below is for local to remote, simply swap these 2 around for remote to local
scp -r db.sql www-data@IP_ADDRESS:/var/www/html
# SSH onto box (should be same connection details as above)
cd <repo.git>/ # Enter inside the git repo
git config core.sharedRepository group # Update the git's config
chgrp -R <group-name> . # Change files and directories' group
chmod -R g+w . # Change permissions
chmod g-w objects/pack/* # Git pack files should be immutable
find -type d -exec chmod g+s {} + # New files get directory's group id
Actualmente WINDOWS.
<?xml version="1.1" encoding="UTF-8"?> | |
<!DOCTYPE keyboard SYSTEM "file://localhost/System/Library/DTDs/KeyboardLayout.dtd"> | |
<!-- Fri, 24 Feb 2006 Generated from KCHR: "Spanish - ISO" --> | |
<!-- 20 Jul 2017 Updated from Claudio Posado --> | |
<!--Last edited by Ukelele version 3.2.5.180 on 2017-07-20 at 17:39 (GMT-3)--> | |
<keyboard group="0" id="87" name="Spanish - LatinAmerica" maxout="1"> | |
<layouts> | |
<layout first="0" last="0" mapSet="ANSI" modifiers="commonModifiers"/> | |
</layouts> | |
<modifierMap id="commonModifiers" defaultIndex="0"> |