Giter Site home page Giter Site logo

appleseed / portal Goto Github PK

View Code? Open in Web Editor NEW
14.0 13.0 8.0 106.16 MB

Appleseed Portal - Appleseed allows individuals and organizations to unify Information into one Web Portal on the C# & ASP.NET Platform.

Home Page: http://www.appleseedapp.net/

License: Apache License 2.0

JavaScript 34.09% C# 32.06% ASP 4.14% CSS 18.26% HTML 6.39% Batchfile 0.03% ColdFusion 0.98% Lasso 0.20% Perl 0.23% PHP 0.66% Python 0.27% PLpgSQL 2.09% SQLPL 0.04% XSLT 0.23% Smalltalk 0.15% Gherkin 0.01% PowerShell 0.02% Perl 6 0.15%
portal docker microsoft iis appleseed asp-net asp-net-mvc cms api-service modular

portal's Introduction

Appleseed Portal 1.7

Build status

Appleseed Portal is an open source Portal and Content Management System focused on providing a high-performance, easy-to-use framework. The software gives designers, developers, and modern entrepreneurs a singular system to build powerful applications and intranets that run the modern enterprise on the Microsoft.NET. This software can be docked using Docker and run on any platform: https://github.com/Appleseed/portal-stack ( Windows / Mac / Linux).

Requirements

Docker

The Portal Stack is released Open Source to host Appleseed.Portal in a Docker Container. https://github.com/Appleseed/portal-stack

OR

Native Windows Platform

  • Windows 7 | 8 | 10 | 2016 Physical or Cloud
  • SQL Server | Express 2005 | 2008 | 2012 | 2014
  • Visual Studio 2015 (Visual Studio 14) for Development
  • Current Microsoft Framework vesion: .NET 4.6.1 | (.NET Core 1.0 in Development)

Quick Install -- Windows Native

  • Release
  • Database
    • Create an Empty SQL Server Database in a SQL Server Instance
      • Give a user access to your SQL Server Databse [Network Service is recommended]
      • Give this user db_owner in the user mapping section to your Database
  • IIS Hosting
    • Unzip the archive to a non-windows controled folder such as C:\Appleseed\ [ie : Not the Windows folder or folders locked]
    • Create a Site in IIS with a .NET 4.0 Application Pool
      • Change the Identy on the Application Pool to Network Service [The site will run under this identity]
      • Point the IIS site folder to C:\Appleseed\ or where you unzipped your archive
      • Browse your Site which will cause a redirect to the Web Installer
  • Web Installer
    • Follow the Instructions of the Web Installer
      • Give write access to the Identity [ie: NetworkService] of your Application Pool to the below Files and Directories
        • The Web Installer will do an environment check to ensure the proper permissions
      • Web.config -- Needs write if you want the web installer to set your web.config up for you [recommended]
        • This should be removed after install
      • \rb_logs -- Needs write to provide error / info logs
      • \Portals -- Needs write to allow writing site files
  • Post Installation
    • On successful installation you should see a bootstrap theme and a login

Website

http://www.appleseedapp.net

GitHub

https://github.com/Appleseed

Documentation

http://learn.appleseedapp.net

Issue Tracker

https://github.com/Appleseed/portal/issues

portal's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

portal's Issues

appleseedapp.net still has latest release as 1.2.43.305

Hi Folks,

Just a heads up that the official site still says latest is 1.2.43.305 from 12/2016...almost wandered away from the project due to lack of activity, but stumbled across the repo and saw it has been being coded recently.

Dave

latest release on readme link doesnt have binary


Please file an issue only after you've checked that it doesn't already or isn't being addressed in a pull-request.

Feature requests and proposals

We're trying our best to make Appleseed Portal better but a community, more often than not, can come up with better ideas
than a small core team. Please let us know what feature you'd like to add in as much detail as possible.

Bugs

If you're filing an issue about a bug please include as much information
as you can including the following.

  • Your browser and the version: (e.x. Chrome 56.0, Firefox 52.0, IE 10)
    All
  • Your operating system: (e.x. OS X 10, Windows 8, Ubuntu, etc)
    All
  • Appleseed Portal Version: (e.x. 1.3)
    Latest
  • Repeatable steps to reproduce the issue

image

click on readme link and download. its not the binary release. you have to download the whole thing and compile it.

Thank you for your time and helping us make this project better!

Installation failing when running project from VS

Hi,
I'm very interested in reviewing your framework (It looks really good). I have downloaded the VS project and built it with no issues. I have run the wizard which looks like it creates the DB and all Stored Procedures but then fails with the exception below. Any ideas?

Thanks

Mike

at Appleseed.Framework.Settings.Database.GetDatabaseVersion() in C:\Development\TestProjects\portal-1.1.0.0\Master\Appleseed\Projects\Appleseed.Framework.Core\DAL\Database.cs:line 77
at Appleseed.Framework.Settings.Database.get_DatabaseVersion() in C:\Development\TestProjects\portal-1.1.0.0\Master\Appleseed\Projects\Appleseed.Framework.Core\DAL\Database.cs:line 40
at Appleseed.Framework.Update.Services.get_DatabaseVersion() in C:\Development\TestProjects\portal-1.1.0.0\Master\Appleseed\Projects\Appleseed.Framework.Core\Update\Services.cs:line 56
at Appleseed.Framework.Update.Services.RunDBUpdate(String connectionString) in C:\Development\TestProjects\portal-1.1.0.0\Master\Appleseed\Projects\Appleseed.Framework.Core\Update\Services.cs:line 330
at Appleseed.Global.UpdateDB() in C:\Development\TestProjects\portal-1.1.0.0\Master\Appleseed\WebSites\Appleseed\Global.asax.cs:line 405
at Appleseed.Global.CheckAndUpdateDB(HttpContext context, String requestPath) in C:\Development\TestProjects\portal-1.1.0.0\Master\Appleseed\WebSites\Appleseed\Global.asax.cs:line 382
at Appleseed.Global.AppleseedApplication_BeginRequest(Object sender, EventArgs e) in C:\Development\TestProjects\portal-1.1.0.0\Master\Appleseed\WebSites\Appleseed\Global.asax.cs:line 248
at Appleseed.Global.Application_BeginRequest(Object sender, EventArgs e) in C:\Development\TestProjects\portal-1.1.0.0\Master\Appleseed\WebSites\Appleseed\Global.asax.cs:line 431
at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

Portal Modifies Web.config even after Install if web.config is left writable

@mikeprag has reported web.config wrties to connection string settings even after install.

We should monitor the portal and watch its behavior with web.config of unneeded changes once connection strings have been locked in. I have at times seen this behavior as well and it may be affecting application pool restarts and load times. We will create a ticket for this internally until it is resolved @haptix

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.