All Projects → nextcloud → Nextcloud.com

nextcloud / Nextcloud.com

Licence: agpl-3.0
🌏 Our website

Projects that are alternatives of or similar to Nextcloud.com

Server
☁️ Nextcloud server, a safe home for all your data
Stars: ✭ 17,723 (+10706.71%)
Mutual labels:  nextcloud, design
Kandinsky
Проект Кандинский. Красивый сайт для НКО
Stars: ✭ 27 (-83.54%)
Mutual labels:  wordpress, design
Docker Homelab
Docker Compose Dateien für Homelabs
Stars: ✭ 255 (+55.49%)
Mutual labels:  wordpress, nextcloud
Dctb Links
My Personal Links
Stars: ✭ 65 (-60.37%)
Mutual labels:  wordpress, design
Uix Kit
A free UI toolkit based on some common libraries for building beautiful responsive website, compatible with Bootstrap v4.
Stars: ✭ 318 (+93.9%)
Mutual labels:  wordpress, design
Hrcloud2
A full-featured home hosted Cloud Drive, Personal Assistant, App Launcher, File Converter, Streamer, Share Tool & More!
Stars: ✭ 134 (-18.29%)
Mutual labels:  wordpress, nextcloud
Flutter For Wordpress App
🎃 Cross-platform wordpress news app built with Flutter and WP REST API.
Stars: ✭ 157 (-4.27%)
Mutual labels:  wordpress
Wpthemedoc
ⓦ Beautiful WordPress Theme Documentation
Stars: ✭ 163 (-0.61%)
Mutual labels:  wordpress
Uxdm
🔀 UXDM helps developers migrate data from one system or format to another.
Stars: ✭ 159 (-3.05%)
Mutual labels:  wordpress
Iso
Build pages and prototypes with Lab UI components. No configuration or build setup required.
Stars: ✭ 158 (-3.66%)
Mutual labels:  design
Guides
An organized list of guides and tutorials for design, development, and system administration.
Stars: ✭ 166 (+1.22%)
Mutual labels:  design
Jigsaw
Simple ways to make admin customizations for WordPress
Stars: ✭ 164 (+0%)
Mutual labels:  wordpress
Wp Graphql Gutenberg
Query gutenberg blocks with wp-graphql
Stars: ✭ 158 (-3.66%)
Mutual labels:  wordpress
Pop
Monorepo of the PoP project, including: a server-side component model in PHP, a GraphQL server, a GraphQL API plugin for WordPress, and a website builder
Stars: ✭ 160 (-2.44%)
Mutual labels:  wordpress
Ocsms
📱 Nextcloud/ownCloud PhoneSync server application
Stars: ✭ 163 (-0.61%)
Mutual labels:  nextcloud
Gitium
Keep all your WordPress code on git with a simple plugin and a repo
Stars: ✭ 159 (-3.05%)
Mutual labels:  wordpress
Things Calendar
Simple but elegant datepicker for the web — inspired by Things for mac
Stars: ✭ 165 (+0.61%)
Mutual labels:  design
Hyperion Ios
In-app design review tool to inspect measurements, attributes, and animations.
Stars: ✭ 1,964 (+1097.56%)
Mutual labels:  design
Flutter Woocommerce App
WooCommerce App template that uses Flutter. Integrated to work with WooCommerce stores, connect and create an IOS and Android app from Flutter for IOS and Android
Stars: ✭ 161 (-1.83%)
Mutual labels:  wordpress
Instagram Clone
A clone of the Instagram app 📱 🥳 . made with React-native and Typescript ❤️.
Stars: ✭ 163 (-0.61%)
Mutual labels:  design

Contributing to nextcloud.com website

Please take a moment to review this document in order to make the contribution process easy and effective for everyone involved.

Setup of a local development environment

Quick docker setup

Manual setup

  1. Install Wordpress >= 3.8.1
  • Must be in the document root of the webserver (otherwise images won't load :( )
  • Enter what you like for site title, admin user and password, none of this is stored in git
  1. Setup the repository
  2. Clone the repository in a folder of your choice * git clone [email protected]:nextcloud/nextcloud.com next
  3. In the wordpress installation in the wp-content/themes folder, create a link to the folder you just cloned the repository in under the name 'next'
  4. Activate the theme in Appearance > Themes
  5. Import the website content.xml file
  • First install the Wordpress Import Plugin (via Tools > Import > Wordpress Import > Install Plugin)
  • Select the content.xml file from the repository and click upload
  • Select Import
  1. Copy over config.php.sample to config.php and adjust settings as necessary (defaults will work just fine for local environments)

Development Process

  • Fork the repository
  • Setup your local development environment using the instructions above, changing the remote origin url
  • Submit a pull request to master, on github once the feature/bugfix is complete
  • After review (usually following one or two thumbs up), somebody from Nc marketing merges (typically @jospoortvliet )
  • Deploment on nextcloud.com is handled manually by @jospoortvliet or the Nextcloud sysadmins including @LukasReschke

Notes

  • If you are changing SCSS files during development, following command for automatic compilation is recommended:
    • sass --watch [location to scss files]
  • Only Nc marketing merges things

Testing

The list below covers most pages on our site, copy it in a PR that needs site-wide testing, so one can just quickly click the links and check all pages. This is assuming you have a local setup on 127.0.0.1 for testing - we sadly have no working staging server.

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].