All Projects → mikaelstaer → The-Secretary

mikaelstaer / The-Secretary

Licence: GPL-3.0 license
www.secretarycms.com

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to The-Secretary

gatsby-starter-portfolio-bella
A bright single-page portfolio starter for Gatsby powered by Prismic.io. The target audience are designers and photographers.
Stars: ✭ 125 (+45.35%)
Mutual labels:  portfolio, designer
Portfolio
My personal portfolio website built using React and three js
Stars: ✭ 160 (+86.05%)
Mutual labels:  portfolio, designer
Portfolio
Personal portfolio 💙 Projects & Blog posts 🎨💻
Stars: ✭ 259 (+201.16%)
Mutual labels:  portfolio, designer
Portfolio
📰 Meu portfólio criado com o objetivo de mostrar meus projetos recentes e futuros ao longo da minha carreira.
Stars: ✭ 178 (+106.98%)
Mutual labels:  portfolio, designer
Gatsby Starter Portfolio Emilia
Minimalistic portfolio/photography site with masonry grid, page transitions and big images. Themeable with Theme UI. Includes Light/Dark mode.
Stars: ✭ 300 (+248.84%)
Mutual labels:  portfolio, designer
Gatsby Starter Portfolio Jodie
Image-heavy photography portfolio with colorful accents & customizable pages. Includes adaptive image grids powered by CSS grid and automatic image integration into projects.
Stars: ✭ 249 (+189.53%)
Mutual labels:  portfolio, designer
gatsby-personal-site
My personal site made with Gatsby
Stars: ✭ 31 (-63.95%)
Mutual labels:  portfolio
vuejs-tailwindcss-portfolio
A simple multipage and responsive Vue.js & Tailwind CSS portfolio theme with dark mode.
Stars: ✭ 100 (+16.28%)
Mutual labels:  portfolio
capwatch
💸 Your Cryptoportfolio. Live.
Stars: ✭ 19 (-77.91%)
Mutual labels:  portfolio
portfolio
V2.0 of my personal portfolio! Feel free to fork it, star it, etc!
Stars: ✭ 31 (-63.95%)
Mutual labels:  portfolio
showfolio-hugo-theme
Modern portfolio theme for your Hugo site
Stars: ✭ 56 (-34.88%)
Mutual labels:  portfolio
OpenCircuits
A free, open source, online digital circuit/logic designer.
Stars: ✭ 140 (+62.79%)
Mutual labels:  designer
next-portfolio-dev
A portfolio for developers (Next js version)
Stars: ✭ 109 (+26.74%)
Mutual labels:  portfolio
portfolio
simple portfolio use vue3 and vite inspired by wrongakram
Stars: ✭ 22 (-74.42%)
Mutual labels:  portfolio
Machine-Learning-Projects-2
No description or website provided.
Stars: ✭ 23 (-73.26%)
Mutual labels:  portfolio
nana-creator
Nana Creator - a RAD tool for (and built with) Nana C++ Library
Stars: ✭ 83 (-3.49%)
Mutual labels:  designer
trendy-resume
👋 Junho's new Résumé, themed like a shopping mall website! You can make your own with this template too 🔥
Stars: ✭ 63 (-26.74%)
Mutual labels:  portfolio
ezprofile
🚀 Create an automatic portfolio based on GitHub profile.
Stars: ✭ 344 (+300%)
Mutual labels:  portfolio
gavinanthony.com
gavinanthony.com
Stars: ✭ 34 (-60.47%)
Mutual labels:  portfolio
gatsby-portfolio
danielfr.com/
Stars: ✭ 36 (-58.14%)
Mutual labels:  portfolio
WORKING ON PHP 8 COMPATIBLE UPDATE

***

THE SECRETARY
Simple content management.
Version 2.5 / December 02 2018
www.secretarycms.com

***

If you encounter any problems, are confused or have questions, visit www.thesecretary.org and make a post in the forums.

***

APPLICATION REQUIREMENTS

In order to use The Secretary, your host must support the following (if you are unsure, copy this list and send an email to your webhost's support):

- PHP 7.0+
- MySQL 5+
- Linux/Apache server
- Allow mod_rewrite for clean URLs (if you wish to use them)

You must use a modern web browser when using the application. Internet Explorer is not supported. Outdated browsers are not supported. Try any of
the following:

- Firefox (www.getfirefox.com)
- Safari (www.apple.com/safari)
- Chrome (www.google.com/chrome)

***

UPGRADING INSTRUCTIONS 2.4 - 2.5 : READ CAREFULLY!

1. Backup "config.inc.php" in the "assistants" folder.

2. Backup your current theme. Do this by finding the theme's folder in ../site/themes and downloading a copy to your computer.

3. If you have any custom plugins or modules, make sure to back them up as well.

4. Delete all files and folders in your Secretary folder, EXCEPT FOR THE "FILES" FOLDER. Alternatively, make a backup of the “files” folder.

5. Upload all the files and folders from the 2.2 download, EXCEPT FOR THE "FILES" FOLDER, to your Secretary folder. Your folder structure should look like this:

- [your_secretary_folder]
	- files
	- site
	- system
	index.php
	install.php
	login.php
	logout.php

6. Upload your backup of "config.inc.php" to the system/assistants folder.

7. If you have been using a custom theme, upload your backup to the site/themes/ folder.

8. After upgrading, login and double check that the various upload settings are correct, by clicking under all settings panels in the Settings menu tab.

9. Enjoy!

***

INSTALLATION INSTRUCTIONS

Before you begin installing The Secretary double-check that your host meets the requirements. Second, you must have the connection information to your MySQL
database (contact your webhost for this information if you do not have it). You will need the following information:

- database host
- database name
- database username
- database password

STEP 1

Connect to your server (website) with your FTP program. Create a new folder for The Secretary on your server.

For example, if you would like The Secretary to be in a folder called 'cms', create that folder and upload the files there. This is NOT the folder for your website - The Secretary is a separate application that manages the content on your website, and therefore should not be placed in the same folder. If you would like your website to be www.yourdomain.com then Secretary should reside in a sub-folder there.

STEP 2

Upload the contents of the Secretary download folder to this new folder.

STEP 3

Using your FTP program, set the "files" folder's (and all files and folders within it) permissions to 755. This is usually done by right clicking on the file name and choosing "Get Info" or "Properties", and editing what is called "File Permissions". Other FTP programs have an option to "Chmod" a file - this is the same function.

STEP 4

Now you are ready to complete the installation. Point your browser to [your site]/[secretary folder]/install.php and follow the instructions given.

If you uploaded the files to a folder called 'cms' in the root folder of your website, you would go to www.yourdomain.com/cms/install.php.

STEP 5

After a successful installation, a file named 'site.php' is created in the 'site' folder. Move this file to the folder where you would like your website to appear. DO NOT move it to the same folder as your Secretary installation. For example, if you have installed the application at www.yourdomain.com/cms/, do not move 'site.php' to the 'cms' folder. In most cases, you will want to move it to the root folder (www.yourdomain.com).

You may have to refresh the folder view in your FTP program to see the new file, if you have had it open during the entire installation process.

Rename the file to 'index.php'.

You should also delete the install.php file after installing.

STEP 6

Login and double check your upload settings. You can do this by clicking under all settings panels in the Settings menu, and verifying that the Upload Paths and Upload URLs are correct (so that you can upload images, audio and video and other files!).

STEP 7

Enjoy!

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