All Projects → scimusmn → Neoprene

scimusmn / Neoprene

A set of Fabric tasks to deploy and administer Drupal web applications.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Neoprene

fabalicious
is now deprecated and not supported anymore, use https://github.com/factorial-io/phabalicious instead
Stars: ✭ 14 (+16.67%)
Mutual labels:  drupal, fabric
Drucker
drucker: Drupal + Docker - Spin up Drupal, Lightning or BLT in seconds.
Stars: ✭ 26 (+116.67%)
Mutual labels:  drupal
Cmspoc
CMS渗透测试框架-A CMS Exploit Framework
Stars: ✭ 557 (+4541.67%)
Mutual labels:  drupal
Soda Profile
The installation profile for SODA distribution
Stars: ✭ 6 (-50%)
Mutual labels:  drupal
Minecraftdeveloperguide
📝Minecraft developer Chinese guide,我的世界开发者中文指南
Stars: ✭ 574 (+4683.33%)
Mutual labels:  fabric
Cnc Botnet In Python
C&C Botnet written in Python with fabric
Stars: ✭ 18 (+50%)
Mutual labels:  fabric
Drupalgeddon2
Exploit for Drupal v7.x + v8.x (Drupalgeddon 2 / CVE-2018-7600 / SA-CORE-2018-002)
Stars: ✭ 464 (+3766.67%)
Mutual labels:  drupal
Mespronos
Sport betting module for Drupal 8
Stars: ✭ 8 (-33.33%)
Mutual labels:  drupal
Druml
Drupal multisite management tool
Stars: ✭ 25 (+108.33%)
Mutual labels:  drupal
Idea Php Symfony2 Plugin
IntelliJ IDEA / PhpStorm Symfony Plugin
Stars: ✭ 797 (+6541.67%)
Mutual labels:  drupal
Cmsscan
CMS Scanner: Scan Wordpress, Drupal, Joomla, vBulletin websites for Security issues
Stars: ✭ 775 (+6358.33%)
Mutual labels:  drupal
Hookphp
HookPHP基于C扩展搭建内置AI编程的架构系统-支持微服务部署|热插拔业务组件-集成业务模型|权限模型|UI组件库|多模板|多平台|多域名|多终端|多语言-含常驻内存|前后分离|API平台|LUA QQ群:679116380
Stars: ✭ 575 (+4691.67%)
Mutual labels:  drupal
Simplesamlphp Module Drupalauth
simpleSAMLphp module that turns Drupal site into IdP(Identity Provider)
Stars: ✭ 18 (+50%)
Mutual labels:  drupal
Install k8s
一键安装kubernets(k8s)系统,采用RBAC模式运行(证书安全认证模式),既可以单台安装、也可以集群安装,并且完全是生产环境的安装标准。有疑问大家可以加我微信沟通:bsh888
Stars: ✭ 562 (+4583.33%)
Mutual labels:  fabric
Awesome Blockchain
⚡️Curated list of resources for the development and applications of blockchain.
Stars: ✭ 937 (+7708.33%)
Mutual labels:  fabric
Docksal
Unified, Docker 🐳 powered web development environment for macOS, Windows, and Linux
Stars: ✭ 505 (+4108.33%)
Mutual labels:  drupal
Fabric Sdk Node
Hyperledger Fabric SDK for Node https://wiki.hyperledger.org/display/fabric
Stars: ✭ 676 (+5533.33%)
Mutual labels:  fabric
Xattacker
X Attacker Tool ☣ Website Vulnerability Scanner & Auto Exploiter
Stars: ✭ 897 (+7375%)
Mutual labels:  drupal
Drupal Component Scaffold
Scaffolding Composer plugin for Drupal modules and themes.
Stars: ✭ 11 (-8.33%)
Mutual labels:  drupal
Sysadmintools
Acorn's Server, Workstation, & VM Cluster Automation & Documentation
Stars: ✭ 7 (-41.67%)
Mutual labels:  fabric

Archived - This is an old project is no longer maintained.

Image of Wallace Carothers stretching Neoprene

Neoprene:
Deploy & administer Drupal websites
using Python and Fabric

Warning

This is alpha code and is actively being developed and might break your systems. Please test before using on anything you care about.

Usage

  • Include this module in your application's fabfile.py to utilize these Drupal specific tasks.

About

  • Fabric is a Python library for application deployment and system administration tasks. Neoprene is a library that aids in common Drupal deployment and system administration tasks, using Fabric.
  • Neoprene assumes you have Drush installed on your remote and local systems.

Install (required)

Install Python

Links to various tips about this for your OS should go here.

Install Fabric

As of 2013_03_28 you'll need the latest dev version of Fabric. There's a bug in the latest solid release that makes sed not work on a Mac.

To install the dev version do:

pip install paramiko==dev
pip install fabric==dev

Paramiko is a Python SSH library.

Misc.

Q: Who's that guy in the picture?

A: Why, that's Wallace Carothers stretching a peice of Neoprene. He's the the organic chemist who invented Nylon and helped lay the groundwork for the invention of Neoprene...the material...not this software.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].