-
Notifications
You must be signed in to change notification settings - Fork 12
Release builds of ClassicPress. See https://github.com/ClassicPress/ClassicPress-release/releases for builds and https://github.com/ClassicPress/ClassicPress for development.
License
ClassicPress/ClassicPress-release
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
<!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="robots" content="noindex, nofollow"> <title>ClassicPress › ReadMe</title> <link rel="stylesheet" href="wp-admin/css/install.css?ver=20190218"> </head> <body> <h1 id="logo"> <a href="https://www.classicpress.net/">ClassicPress ReadMe</a> </h1> <p style="text-align: center">The CMS for Creators.<br>Stable. Lightweight. Instantly Familiar.</p> <h2 id="welcome">Welcome to ClassicPress!</h2> <p>You’ve just become part of a growing community of people who value the firm foundation WordPress provides for websites everywhere. <a href="https://www.classicpress.net/governance/">Guided by our community</a>, we can leverage our collective expertise to maintain and develop the ClassicPress platform as <em>the</em> content management system of choice for professionals, hobbyists, developers, sole-traders and <em>all</em> website creators worldwide. </p> <p>Our purpose is to provide a stable, secure, and instantly familiar content management system driven by the needs of the community. We invite you to connect with us and <a href="#resources">add your voice to the conversation.</a>.</p> <p><a href="https://www.classicpress.net/newsletter">Subscribe to our newsletter</a>, <a href="https://fosstodon.org/@classicpress">Mastodon</a>, or <a href="https://twitter.com/getclassicpress">Twitter</a> to receive the latest announcements, news, and other updates about ClassicPress.</p> <h2 id="installation">Installation</h2> <p>For more information about installing ClassicPress, see our <a href="https://docs.classicpress.net/installing-classicpress/">installation documentation</a>.</p> <ol> <li>Download the latest release of ClassicPress from our <a href="https://link.classicpress.net/releases/">releases page</a>.</li> <li>Unzip the package in an empty directory and upload all the files to your server using a remote connection method such as SSH, SFTP, or FTP.</li> <li>Open <span class="file"><a href="wp-admin/install.php">wp-admin/install.php</a></span> in the browser. It will take you through the process to set up a <code>wp-config.php</code> file with the database connection details. <ol type="a"> <li>If for some reason this doesn’t work: Open up <code>wp-config-sample.php</code> with a text editor and fill in the database connection details.</li> <li>Save the file as <code>wp-config.php</code> and upload it.</li> <li>Open <span class="file"><a href="wp-admin/install.php">wp-admin/install.php</a></span> in the browser.</li> </ol> </li> <li>Once the configuration file is set up, the installer will set up the tables needed for the website. If there is an error, double check the <code>wp-config.php</code> file, and try again. If it fails again, please go to the <a href="https://forums.classicpress.net/c/support" title="ClassicPress support">support forums</a> with as much data as you can gather.</li> <li><strong>If you did not enter a password, note the password given to you.</strong> If you did not provide a username, it will be <code>admin</code>.</li> <li>The installer should then go to the <a href="wp-login.php">login page</a>. Sign in with the username and password you chose during the installation. If a password was generated, it is possible to change it by clicking on the username in the top right corner after signing in. It is also possible to reach this Profile page by navigating to “Users” in the sidebar navigation and then selecting “Your Profile” from the sub-menu.</li> </ol> <h2 id="updating">Updating</h2> <h3>Automatic Updater</h3> <ol> <li>Open <span class="file"><a href="wp-admin/update-core.php">wp-admin/update-core.php</a></span> in your browser and follow the instructions.</li> <li>That’s it!</li> </ol> <h3>Updating Manually</h3> <p>Updating manually can be done via remote connection methods such as SFTP (preferred) or FTP.</p> <p>For more information, see our <a href="https://docs.classicpress.net/updating-classicpress/#updating-classicpress-manually">manual update documentation</a>.</p> <ol> <li>Before doing anything, <strong>make sure you have a working backup of the entire site as well as the database</strong>.</li> <li>Download the latest release of ClassicPress from our <a href="https://link.classicpress.net/releases/">releases page</a>.</li> <li>On your <strong>local computer</strong>, unzip the ClassicPress release file into a directory.</li> <li>On your <strong>local computer</strong>, remove the <code>wp-config-sample.php</code> file and the <code>wp-content</code> directory. </li> <li>Upload what's left over to your server, replacing the existing files (using either SSH or an application that connects over SFTP or FTP).</li> <li>Point the browser to <span class="file"><a href="wp-admin/upgrade.php">/wp-admin/upgrade.php</a></span> and follow the instructions.</li> </ol> <h2 id="migrating-from-wordpress">Migrating from WordPress</h2> <p>With the ClassicPress migration plugin, it is very easy to migrate existing sites from WordPress to ClassicPress. Please follow the <a href="https://docs.classicpress.net/installing-classicpress/#migrate-classicpress">migration documentation</a> for step-by-step instructions.</p> <h2 id="requirements">System Requirements</h2> <ul> <li><a href="https://secure.php.net/">PHP</a> version <strong>7.4</strong> or greater.</li> <li><a href="https://www.mysql.com/">MySQL</a> version <strong>5.7</strong> or greater, or MariaDB version <strong>10.4</strong> or greater.</li> <li><a href="https://httpd.apache.org/">Apache</a>, <a href="https://nginx.org/en/">Nginx</a>, <a href="https://www.litespeedtech.com/">LiteSpeed</a> or another web server that supports PHP and MySQL/MariaDB.</li> </ul> <h3>Recommended Setup</h3> <ul> <li><a href="https://secure.php.net/">PHP</a> version <strong>8.0</strong> or greater.</li> <li><a href="https://www.mysql.com/">MySQL</a> version <strong>5.7</strong> or greater, or <a href="https://mariadb.org/">MariaDB</a> version <strong>10.4</strong> or greater.</li> <li><a href="https://httpd.apache.org/">Apache</a> with <code>mod_rewrite</code> module, <a href="https://nginx.org/en/">Nginx</a>, or <a href="https://www.litespeedtech.com/">LiteSpeed</a> server.</li> <li>An SSL certificate to support HTTPS (free from <a href="https://letsencrypt.org/">Let’s Encrypt</a>). </li> </ul> <h2 id="resources">Online Resources</h2> <p>If you have any questions that aren’t addressed in this document, please take advantage of ClassicPress’ numerous online resources:</p> <dl> <dt><a href="https://www.classicpress.net/">ClassicPress Homepage</a></dt> <dd>This is the starting point, with basic information about ClassicPress and links to all other resources in this list.</dd> <dt><a href="https://docs.classicpress.net/">ClassicPress Documentation</a></dt> <dd>Here you'll find up-to-date reference information about ClassicPress.</dd> <dt><a href="https://www.classicpress.net/blog/">ClassicPress Blog</a></dt> <dd>This is where you’ll find the latest updates and news related to ClassicPress as well as tutorials and other interesting snippets of information. Recent ClassicPress news appears in your administrative dashboard by default.</dd> <dt><a href="https://forums.classicpress.net/c/support">ClassicPress Support Forums</a></dt> <dd>The support forums are a great way to get help from other ClassicPress users. Many community members and ClassicPress leaders are active here.</dd> <dt><a href="https://www.classicpress.net/join-zulip/">ClassicPress Zulip Chat</a></dt> <dd>There is an active online chat channel that is used for discussion among people who use ClassicPress and plan its further development.</dd> <dt><a href="https://github.com/ClassicPress/ClassicPress/issues/new/choose">ClassicPress Feature Requests</a> </dt> <dd>Do you have an idea to make ClassicPress better? Consider sharing your idea on GitHub for the core team and the community to share feedback and, possibly, implement the feature.</dd> <dt><a href="https://www.classicpress.net/governance/">ClassicPress Governance</a></dt> <dd>Last but not least, read about the ClassicPress governance structure to understand how we do things and how you can help. ClassicPress is a community-driven and funded fork of WordPress that enables all stakeholders to shape the direction that the project takes. This page aims to explain how we handle this process to ensure that power doesn't become centralised and that every voice can be heard.</dd> </dl> <h2 id="share">Help Promote ClassicPress</h2> <p>ClassicPress has no multi-million dollar marketing campaign or celebrity sponsors, but we do have something even better: you and the rest of our community. If you enjoy ClassicPress, please consider:</p> <ul> <li>Participating in our <a href="https://forums.classicpress.net/">forums</a>.</li> <li>Telling a friend about ClassicPress or sharing it on social media.</li> <li>Setting up a ClassicPress website for someone less knowledgeable than yourself.</li> <li>Writing a blog post about why you chose to use ClassicPress for your website.</li> <li>Writing to WordPress plugin and theme developers to ask them to support ClassicPress.</li> </ul> <h2 id="fund">Community Funding</h2> <p>ClassicPress is a community-driven and funded free, open-source project managed by 501(c)3 non-profit ClassicPress Initiative.</p> <p>You contributions help ClassicPress pay infrastructure and administrative costs. There are several ways you can financially support ClassicPress:</p> <ul> <li><a href="https://opencollective.com/classicpress">Making a donation</a> to help us run the project (donations in the US are tax-deductible).</li> <li><a href="https://www.classicpress.net/sponsors/">Become a sponsor</a> to promote your business to ClassicPress community.</li> <li>Visit <a href="https://link.classicpress.net/merchandise/">ClassicPress brand store</a> to buy ClassicPress-branded merchandise to show your support.</li> </ul> <h2 id="credits">Credits</h2> <p>ClassicPress v2.0 is a hard fork of the <a href="https://wordpress.org/download/releases/">WordPress 6.2 branch</a>. WordPress itself is a fork of b2/cafélog from Michel Valdrighi.</p> <h2 id="license">License</h2> <p>ClassicPress is free software, and is released under the terms of the <abbr title="GNU General Public License">GPL</abbr> version 2 or (at your option) any later version. See <a href="license.txt">license.txt</a>.</p> </body> </html>
About
Release builds of ClassicPress. See https://github.com/ClassicPress/ClassicPress-release/releases for builds and https://github.com/ClassicPress/ClassicPress for development.